aboutsummaryrefslogtreecommitdiffstats
path: root/doc/intro_for_developers.bb
diff options
context:
space:
mode:
authorroot <root@v22013111044215586.yourvserver.net>2014-06-29 18:32:40 +0200
committerroot <root@v22013111044215586.yourvserver.net>2014-06-29 18:32:40 +0200
commita47971aefd2bee45f4e57dd1fc3ea24bb370881f (patch)
tree957bd627cf9016cc826b5a5bbfb6001f4edc4830 /doc/intro_for_developers.bb
parent5df50c4a0bf80f3697c7088c9c4a3815206fe97d (diff)
downloadvolse-hubzilla-a47971aefd2bee45f4e57dd1fc3ea24bb370881f.tar.gz
volse-hubzilla-a47971aefd2bee45f4e57dd1fc3ea24bb370881f.tar.bz2
volse-hubzilla-a47971aefd2bee45f4e57dd1fc3ea24bb370881f.zip
Some doco work. Changed main.bb and added a return link to all .bb files and began planning new entries for user orientated documentation.
Diffstat (limited to 'doc/intro_for_developers.bb')
-rw-r--r--doc/intro_for_developers.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/intro_for_developers.bb b/doc/intro_for_developers.bb
index 002088be3..086d3c681 100644
--- a/doc/intro_for_developers.bb
+++ b/doc/intro_for_developers.bb
@@ -96,4 +96,6 @@ Oh, and don't forget to rename the _init function in /php/theme.php to be _init(
At that point, if you need to add javascript or css files, add them to /js or /css, and then &quot;register&quot; them in _init() through head_add_js('file.js') and head_add_css('file.css').
-Now you'll probably want to alter a template. These can be found in in /view/tpl OR view//tpl. All you should have to do is copy whatever you want to tweak from the first place to your theme's own tpl directory. \ No newline at end of file
+Now you'll probably want to alter a template. These can be found in in /view/tpl OR view//tpl. All you should have to do is copy whatever you want to tweak from the first place to your theme's own tpl directory.
+
+Return to the [url=[baseurl]/help/main]Main documentation page[/url]