Lines Matching +full:ini +full:- +full:values
13 * $_GET[utpl] /^[\w-]+$/ - override template
17 * get_user( $var=false ) - get utpl from session
18 * save_session( $var, $false ) - save utpl to session
19 * save_user( $var, $val ) - #DUMMY
20 * tpl_switch( $tpl ) - change style after init.php has been run
21 * tpl_loadconfig( $tpl ) - reload config for template, called on switch
29 * $_GET[mode] styleimg - trigger
30 * $_GET[template /^[\w-]*$/ - template dir to search for the file
44 Cascade Path is an extension to the cascade config values in dokuwiki init. It can be set in preloa…
72 * getConfigPath( $type, $file ) - find file in cascade_config[$type]
75 …* tpl_include( $file, $t=false ) - use getConfigPath to include file from cascade_config['template…
79 include style.ini and css files based on inheritance. Makes use of default_tpl, base_tpl and getCon…
84 ==== release0.1 - Sat Mar 5 2011 ====