From a47971aefd2bee45f4e57dd1fc3ea24bb370881f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 Jun 2014 18:32:40 +0200 Subject: Some doco work. Changed main.bb and added a return link to all .bb files and began planning new entries for user orientated documentation. --- doc/intro_for_developers.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/intro_for_developers.bb') 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] -- cgit v1.2.3