Lines Matching refs:tpl
49 * @param string $tpl The template to use, default to current one
54 function tpl_incdir($tpl = '') argument
57 if (!$tpl) $tpl = $conf['template'];
58 return DOKU_INC . 'lib/tpl/' . $tpl . '/';
66 * @param string $tpl The template to use, default to current one
71 function tpl_basedir($tpl = '') argument
74 if (!$tpl) $tpl = $conf['template'];
75 return DOKU_BASE . 'lib/tpl/' . $tpl . '/';
1287 $tpl = $conf['template'];
1293 if (isset($conf['tpl'][$tpl][$key])) continue;
1294 $conf['tpl'][$tpl][$key] = $value;
1300 return $conf['tpl'][$tpl][$id] ?? $notset;