aboutsummaryrefslogtreecommitdiffstats
path: root/doc/intro_for_developers.bb
diff options
context:
space:
mode:
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 "register" 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]