Searched refs:ini (Results 1 – 25 of 345) sorted by relevance
12345678910>>...14
256 * Alternatively takes a replacement name from the current template's style.ini321 * Loads the style.ini from the template (and various local locations)331 $ini = css_styleini($conf['template']);332 $this->replacements = $ini['replacements'];337 $ini = $stuleUtils->cssStyleini('sprintdoc');338 $this->replacements = $ini['replacements'];
33 Two general looks are included and may be switched by editing the style.ini.54 … image folder of the template. Edit the (activated) __yourlogo__ line in the style.ini accordingly.69 …ini. Unpack the file in DOKUWIKI_ROOT/lib/tpl/. This will overwrite the current template with the …70 Otherwise you will have to check for differences between your backup copy and the default style.ini…
2 * DokuWiki Bootstrap3 Template: style.ini / Styling Plugin support 9 * For more information about style.ini and replacements see:11 * - https://www.dokuwiki.org/devel:style.ini
12 ; @link https://www.dokuwiki.org/devel:style.ini16 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php17 ; for limitations of the ini format used here.20 ; a style.local.ini file to prevent losing any changes after an upgrade.
1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php2 ; for limitations of the ini format used here
1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php2 ; for limitations of the ini format used here5 ; a style.local.ini file to prevent losing any changes after an upgrade.
1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php2 ; for limitations of the ini format used here5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
70 $ini = parse_ini_file($file);72 if ($ini['__theme__'] != '_'.$color){