Lines Matching +full:style +full:. +full:local +full:. +full:ini

3 various functions to help with template management.
5 * custom css.php with inheritance [[#preload]]
9 changes template based on users Selection via GET and saves it in the Session.
20 * tpl_switch( $tpl ) - change style after init.php has been run
25 …es FETCH_MEDIA_STATUS event to hook into fetch.php. This allows to have template files outside of …
32 …rewrite ^/lib/tpl/((.*)/)?images/(.*) /lib/exe/fetch.php?mode=styleimg&media=$3&template=$2 l…
36 The custom css.php and the functions in //inc/template.php// use following new config settings to l…
42.php the default is hardcoded in dokuwiki.php. So for templates to overwrite the main.php they hav…
44 …wiki init. It can be set in preload.php and allows to read templates from pathes outside dokuwiki …
46 Example cascade path for inc/preload.php
52 'default' => array( $farmbasedir.'/extension/tpl/', $farmbasedir.$version.'lib/tpl/' ),
53 'local' => array( $farmdir.'tpl/' ),
54 #'protected' => array( $farmbasedir.'/extension/tpl_protected/' ),
57.php like this can be used in the default_tpl or base_tpl in dokuwiki //lib/tpl/// directory. It w…
58 <file php main.php>
60 tpl_include( 'main.php' );
65.php. The templateaction plugin class deffinition includes //inc/preload.php//. Here css.php calls…
67 … the template_path cascade config has not been set. Defaults are made up for a standard dokuwiki s…
76 * ... some undocumented and likely to change functions for use in templates
79 include style.ini and css files based on inheritance. Makes use of default_tpl, base_tpl and getCon…
80 change cache rules to see changes on cascade path.
84 ==== release0.1 - Sat Mar 5 2011 ====