Home
last modified time | relevance | path

Searched refs:DOKU_TPLINC (Results 51 – 52 of 52) sorted by last modified time

123

/template/dokubook2/
H A Dtpl_functions.php12 require_once(DOKU_TPLINC.'lang/en/lang.php');
13 if(@file_exists(DOKU_TPLINC.'lang/'.$conf['lang'].'/lang.php')) {
14 require_once(DOKU_TPLINC.'lang/'.$conf['lang'].'/lang.php');
29 case(@file_exists(DOKU_TPLINC.'images/logo.jpg')):
32 case(@file_exists(DOKU_TPLINC.'images/logo.jpeg')):
35 case(@file_exists(DOKU_TPLINC.'images/logo.png')):
125 if (@file_exists(DOKU_TPLINC.'lang/'.$conf['lang'].'/'.$ns.'.txt'))
127 elseif (@file_exists(DOKU_TPLINC.'lang/en/'.$ns.'.txt'))
H A Dmain.php18 require_once(DOKU_TPLINC.'tpl_functions.php');

123