Home
last modified time | relevance | path

Searched refs:DOKU_TPLINC (Results 26 – 50 of 52) sorted by path

123

/template/mystyle/
H A Ddetail.php89 <?php require_once(DOKU_TPLINC.'sidebar.html')?>
H A Dmain.php63 <?php require_once(DOKU_TPLINC.'sidebar.html')?>
H A Dtpl_functions.php22 if(@file_exists(DOKU_TPLINC.'lang/'. $conf['lang'].'/nonavigation.txt')) {
23 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/'.$conf['lang'].'/nonavi…
25 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/en/nonavigation.txt')), …
/template/prsnl10/
H A Ddetail.php44 if (file_exists(DOKU_TPLINC."user/favicon.ico")){
48 }elseif (file_exists(DOKU_TPLINC."user/favicon.png")){
59 if (file_exists(DOKU_TPLINC."user/apple-touch-icon.png")){
H A Dmain.php45 include DOKU_TPLINC."lang/en/lang.php";
49 file_exists(DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php")){
52 include DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php";
80 if (file_exists(DOKU_TPLINC."user/favicon.ico")){
84 }elseif (file_exists(DOKU_TPLINC."user/favicon.png")){
95 if (file_exists(DOKU_TPLINC."user/apple-touch-icon.png")){
131 if (file_exists(DOKU_TPLINC."user/logo.png")){
134 }elseif (file_exists(DOKU_TPLINC."user/logo.gif")){
137 }elseif (file_exists(DOKU_TPLINC."user/logo.jpg")){
343 if (file_exists(DOKU_TPLINC."/user/tracker.php")){
[all …]
H A Dmediamanager.php45 if (file_exists(DOKU_TPLINC."user/favicon.ico")){
49 }elseif (file_exists(DOKU_TPLINC."user/favicon.png")){
60 if (file_exists(DOKU_TPLINC."user/apple-touch-icon.png")){
/template/r7thblog1/
H A Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/r7throot1/
H A Dfunctions.php68 $file = DOKU_TPLINC.'style.ini';
69 $file2 = DOKU_TPLINC.'style_'.$color.'.ini';
H A Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/r7throot2/
H A Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/r7throot3/
H A Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/r7throot4/
H A Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/r7throot5/
H A Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/r7throot6/
H A Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/r7throot7/
H A Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/r7throot8/
H A Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/sandy/
H A Dmain.php10 require_once(DOKU_TPLINC.'tpl_functions.php');
/template/scanlines/
H A Dmain.php50 if (file_exists(DOKU_TPLINC."user/favicon.ico")){
54 }elseif (file_exists(DOKU_TPLINC."user/favicon.png")){
65 if (file_exists(DOKU_TPLINC."user/apple-touch-icon.png")){
360 if (file_exists(DOKU_TPLINC."/user/tracker.php")){
361 include DOKU_TPLINC."/user/tracker.php";
H A Dtpl_functions.php15 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');
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')):
[all …]
/template/simple/
H A Dmain.php19 include(DOKU_TPLINC.'tpl_functions.php');
/template/spacedok/
H A Dfunctions.php100 $file = DOKU_TPLINC.'style.ini';
101 $file2 = DOKU_TPLINC.'style_'.$color.'.ini';
/template/typo/
H A Ddetail.php89 <?php require_once(DOKU_TPLINC.'sidebar.html')?>
H A Dmain.php63 <?php require_once(DOKU_TPLINC.'sidebar.html')?>
H A Dtpl_functions.php22 if(@file_exists(DOKU_TPLINC.'lang/'. $conf['lang'].'/nonavigation.txt')) {
23 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/'.$conf['lang'].'/nonavi…
25 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/en/nonavigation.txt')), …
/template/vector/
H A Ddetail.php30 include DOKU_TPLINC."main.php";

123