Home
last modified time | relevance | path

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

123

/template/kkh/
H A Dmain.php88 …if ($conf['tpl']['kkh']['css plugin button']===1) echo file_get_contents(DOKU_TPLINC.'css/plugins/…
/template/arctic/
H A Dtpl_functions.php98 if(@file_exists(DOKU_TPLINC.'lang/'. $conf['lang'].'/nosidebar.txt')) {
99 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/'.$conf['lang'].'/noside…
101 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/en/nosidebar.txt')), $in…
269 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
271 @require_once(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php');
/template/mystyle/
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')), …
H A Ddetail.php89 <?php require_once(DOKU_TPLINC.'sidebar.html')?>
H A Dmain.php63 <?php require_once(DOKU_TPLINC.'sidebar.html')?>
/template/icke/
H A Ddetail.php6 require_once DOKU_TPLINC.'functions.php';
7 require_once DOKU_TPLINC.'components.php';
H A Dfunctions.php6 return file_exists(DOKU_TPLINC . 'local/' . $name) ?
H A DIckeNavigation.php191 if (file_exists(DOKU_TPLINC . $path)) {
H A Dmain.php4 require_once DOKU_TPLINC.'functions.php';
5 require_once DOKU_TPLINC.'components.php';
/template/dokubook/
H A Dtpl_functions.php13 require_once(DOKU_TPLINC.'lang/en/lang.php');
14 if(@file_exists(DOKU_TPLINC.'lang/'.$conf['lang'].'/lang.php')) {
15 require_once(DOKU_TPLINC.'lang/'.$conf['lang'].'/lang.php');
/template/a_new_day/
H A Dmain.php25 include(DOKU_TPLINC.'tpl_functions.php');
26 include(DOKU_TPLINC.'tpl_actions.php');
/template/a_free_worldic/
H A Dtpl_functions.php235 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
237 @require_once(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php');
/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/mnml-blog/
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.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/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/monobook/
H A Ddetail.php30 include DOKU_TPLINC."main.php";
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 Ddetail.php30 include DOKU_TPLINC."main.php";
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"));

123