Home
last modified time | relevance | path

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

123

/template/vector20/
Dmain.php97 include DOKU_TPLINC."lang/en/lang.php";
101 file_exists(DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php")){
104 include DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php";
116 include DOKU_TPLINC."/conf/tabs.php"; //default
117 if (file_exists(DOKU_TPLINC."/user/tabs.php")){
118 include DOKU_TPLINC."/user/tabs.php"; //add user defined
123 include DOKU_TPLINC."/conf/boxes.php"; //default
124 if (file_exists(DOKU_TPLINC."/user/boxes.php")){
125 include DOKU_TPLINC."/user/boxes.php"; //add user defined
130 include DOKU_TPLINC."/conf/buttons.php"; //default
[all …]
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")){
73 if (file_exists(DOKU_TPLINC."lang/".$conf["lang"]."/style.css")){
74 $interim = trim(file_get_contents(DOKU_TPLINC."lang/".$conf["lang"]."/style.css"));
/template/vector/
Dmain.php97 include DOKU_TPLINC."lang/en/lang.php";
101 file_exists(DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php")){
104 include DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php";
116 include DOKU_TPLINC."/conf/tabs.php"; //default
117 if (file_exists(DOKU_TPLINC."/user/tabs.php")){
118 include DOKU_TPLINC."/user/tabs.php"; //add user defined
123 include DOKU_TPLINC."/conf/boxes.php"; //default
124 if (file_exists(DOKU_TPLINC."/user/boxes.php")){
125 include DOKU_TPLINC."/user/boxes.php"; //add user defined
130 include DOKU_TPLINC."/conf/buttons.php"; //default
[all …]
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/monobook/
Dmain.php97 include DOKU_TPLINC."lang/en/lang.php";
101 file_exists(DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php")){
104 include DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php";
116 include DOKU_TPLINC."/conf/tabs.php"; //default
117 if (file_exists(DOKU_TPLINC."/user/tabs.php")){
118 include DOKU_TPLINC."/user/tabs.php"; //user defined
123 include DOKU_TPLINC."/conf/boxes.php"; //default
124 if (file_exists(DOKU_TPLINC."/user/boxes.php")){
125 include DOKU_TPLINC."/user/boxes.php"; //user defined
130 include DOKU_TPLINC."/conf/buttons.php"; //default
[all …]
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/wikiweko/
H A Dmain.php97 include DOKU_TPLINC."lang/en/lang.php";
101 file_exists(DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php")){
104 include DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php";
116 include DOKU_TPLINC."/conf/tabs.php"; //default
117 if (file_exists(DOKU_TPLINC."/user/tabs.php")){
118 include DOKU_TPLINC."/user/tabs.php"; //add user defined
123 include DOKU_TPLINC."/conf/boxes.php"; //default
124 if (file_exists(DOKU_TPLINC."/user/boxes.php")){
125 include DOKU_TPLINC."/user/boxes.php"; //add user defined
130 include DOKU_TPLINC."/conf/buttons.php"; //default
[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/
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")){
103 if (tpl_getConf("prsnl10_loaduserjs") && file_exists(DOKU_TPLINC."user/user.js")){
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")){
[all …]
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/mnml-blog/
Dmain.php44 include DOKU_TPLINC."lang/en/lang.php";
48 file_exists(DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php")){
51 include DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php";
63 if (file_exists(DOKU_TPLINC."/user/boxes.php")){ //user defined
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")){
180 if (tpl_getConf("mnmlblog_loaduserjs") && file_exists(DOKU_TPLINC."user/user.js")){
207 if (file_exists(DOKU_TPLINC."user/logo.png")){
[all …]
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/
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/multitemplate/
Dmeat.php20 $DOKU_TPLINC = DOKU_TPLINC.'../'.$mt_othertemplate.'/'; variable
29 $DOKU_TPLINC = DOKU_TPLINC.'../'.$multitemplate[''].'/'; variable
/template/scanlines/
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');
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')):
[all …]
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/m1/
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/
Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/r7throot2/
Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/r7throot8/
Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/r7throot5/
Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/r7throot6/
Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/r7thblog1/
Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/dwsimple/
Dmain.php3 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/r7throot4/
Dmain.php1 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable

123