aboutsummaryrefslogtreecommitdiffstats
path: root/doc/intro_for_developers.bb
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-06-30 09:24:45 +1000
committerRedMatrix <info@friendica.com>2014-06-30 09:24:45 +1000
commit0bd2dbaf6429bb1d551ad95301ad22989fd0e88d (patch)
treeea301c669edd04d7605923cf4f77f7a975e1668c /doc/intro_for_developers.bb
parent3e0f1fe06588f2d785b068e8c365cd6bc7159e40 (diff)
parentf1d5ffda693fa44d3325785c5c8e8021d8873bea (diff)
downloadvolse-hubzilla-0bd2dbaf6429bb1d551ad95301ad22989fd0e88d.tar.gz
volse-hubzilla-0bd2dbaf6429bb1d551ad95301ad22989fd0e88d.tar.bz2
volse-hubzilla-0bd2dbaf6429bb1d551ad95301ad22989fd0e88d.zip
Merge pull request #518 from tluther/master
Doco work
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]