Home
last modified time | relevance | path

Searched refs:DOKU_TPLINC (Results 1 – 25 of 52) sorted by relevance

123

/template/monobook/
H A Dmain.php97 include DOKU_TPLINC."lang/en/lang.php";
116 include DOKU_TPLINC."/conf/tabs.php"; //default
117 if (file_exists(DOKU_TPLINC."/user/tabs.php")){
123 include DOKU_TPLINC."/conf/boxes.php"; //default
124 if (file_exists(DOKU_TPLINC."/user/boxes.php")){
130 include DOKU_TPLINC."/conf/buttons.php"; //default
131 if (file_exists(DOKU_TPLINC."/user/buttons.php")){
484 if (file_exists(DOKU_TPLINC."user/favicon.ico")){
706 if (file_exists(DOKU_TPLINC."user/logo.png")){
854 if (file_exists(DOKU_TPLINC."/user/tracker.php")){
[all …]
H A Dmediamanager.php41 if (file_exists(DOKU_TPLINC."user/favicon.ico")){
45 }elseif (file_exists(DOKU_TPLINC."user/favicon.png")){
56 if (file_exists(DOKU_TPLINC."user/apple-touch-icon.png")){
69 if (file_exists(DOKU_TPLINC."lang/".$conf["lang"]."/style.css")){
70 $interim = trim(file_get_contents(DOKU_TPLINC."lang/".$conf["lang"]."/style.css"));
/template/vector/
H A Dmain.php97 include DOKU_TPLINC."lang/en/lang.php";
116 include DOKU_TPLINC."/conf/tabs.php"; //default
117 if (file_exists(DOKU_TPLINC."/user/tabs.php")){
123 include DOKU_TPLINC."/conf/boxes.php"; //default
124 if (file_exists(DOKU_TPLINC."/user/boxes.php")){
130 include DOKU_TPLINC."/conf/buttons.php"; //default
131 if (file_exists(DOKU_TPLINC."/user/buttons.php")){
433 if (file_exists(DOKU_TPLINC."user/favicon.ico")){
607 include DOKU_TPLINC."inc_detail.php";
611 include DOKU_TPLINC."inc_cite.php";
[all …]
H A Dmediamanager.php41 if (file_exists(DOKU_TPLINC."user/favicon.ico")){
45 }elseif (file_exists(DOKU_TPLINC."user/favicon.png")){
56 if (file_exists(DOKU_TPLINC."user/apple-touch-icon.png")){
69 if (file_exists(DOKU_TPLINC."lang/".$conf["lang"]."/style.css")){
70 $interim = trim(file_get_contents(DOKU_TPLINC."lang/".$conf["lang"]."/style.css"));
/template/prsnl10/
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")){
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")){
/template/mnml-blog/
H A Dmain.php44 include DOKU_TPLINC."lang/en/lang.php";
51 include DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php";
64 include DOKU_TPLINC."/user/boxes.php";
157 if (file_exists(DOKU_TPLINC."user/favicon.ico")){
161 }elseif (file_exists(DOKU_TPLINC."user/favicon.png")){
172 if (file_exists(DOKU_TPLINC."user/apple-touch-icon.png")){
207 if (file_exists(DOKU_TPLINC."user/logo.png")){
210 }elseif (file_exists(DOKU_TPLINC."user/logo.gif")){
213 }elseif (file_exists(DOKU_TPLINC."user/logo.jpg")){
443 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/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'))
/template/scanlines/
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 …]
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";
/template/multitemplate/
H A Dmeat.php20 $DOKU_TPLINC = DOKU_TPLINC.'../'.$mt_othertemplate.'/'; variable
29 $DOKU_TPLINC = DOKU_TPLINC.'../'.$multitemplate[''].'/'; variable
/template/m1/
H A Dm1-header.php19 if (file_exists(DOKU_TPLINC."images/logo.png")){
22 }elseif (file_exists(DOKU_TPLINC."images/logo.gif")){
25 }elseif (file_exists(DOKU_TPLINC."images/logo.jpg")){
/template/r7throot3/
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/r7throot8/
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/r7throot4/
H A Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/dwsimple/
H A Dmain.php3 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/r7thblog1/
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/r7throot1/
H A Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/typo/
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')), …

123