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