Lines Matching refs:DOKU_TPLINC
15 require_once(DOKU_TPLINC.'lang/en/lang.php');
16 if(@file_exists(DOKU_TPLINC.'lang/'.$conf['lang'].'/lang.php')) {
17 require_once(DOKU_TPLINC.'lang/'.$conf['lang'].'/lang.php');
104 if(@file_exists(DOKU_TPLINC.'lang/'. $conf['lang'].'/nonidebar.txt')) {
105 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/'.$conf['lang'].'/noside…
107 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/en/nosidebar.txt')), $in…
320 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
324 @require_once(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php');
524 case(@file_exists(DOKU_TPLINC.'user/logo.jpg')):
527 case(@file_exists(DOKU_TPLINC.'user/logo.jpeg')):
530 case(@file_exists(DOKU_TPLINC.'user/logo.png')):
534 case(@file_exists(DOKU_TPLINC.'images/logo.jpg')):
537 case(@file_exists(DOKU_TPLINC.'images/logo.jpeg')):
540 case(@file_exists(DOKU_TPLINC.'images/logo.png')):