Lines Matching +full:template -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
43 // decide from where to get the template
45 if (!$tpl) $tpl = $conf['template'];
120 $lang['js']['template'] = $templatestrings;
273 * Return an two-dimensional array with strings from the language file of current active template.
276 * - Nothing is returned for template without an entry for $lang['js']
291 foreach ($config_cascade['lang']['template'] as $config_file) {
292 if (file_exists($config_file . $conf['template'] . '/en/lang.php')) {
293 include($config_file . $conf['template'] . '/en/lang.php');
303 foreach ($config_cascade['lang']['template'] as $config_file) {
304 if (file_exists($config_file . $conf['template'] . '/' . $conf['lang'] . '/lang.php')) {
305 include($config_file . $conf['template'] . '/' . $conf['lang'] . '/lang.php');