Lines Matching +full:template -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
8 * Reads and applies the template's style.ini settings
12 /** @var string current template */
33 * @param string $tpl template name: if not passed as argument, the default value from $conf will be used
41 $tpl = $conf['template'];
51 * Loads and merges style.ini files from template and config and prepares
93 // replace the placeholder with the name of the current template
94 $inifile = str_replace('%TEMPLATE%', $this->tpl, $inifile);
146 "Please contact developer of \"$this->tpl\" template.", 2);
149 msg("Stylesheet $file not found, please contact the developer of \"$this->tpl\" template.", 2);
158 * Style resources are relative to the template directory for the main (default) styles