Home
last modified time | relevance | path

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

123

/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/a_new_day/
H A Dmain.php25 include(DOKU_TPLINC.'tpl_functions.php');
26 include(DOKU_TPLINC.'tpl_actions.php');
/template/ameoto/
H A Dmain.php17 include(DOKU_TPLINC.'tpl_functions.php');
/template/arctic-mbo/
H A Dtpl_functions.php107 if(@file_exists(DOKU_TPLINC.'lang/'. $conf['lang'].'/nosidebar.txt')) {
108 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/'.$conf['lang'].'/noside…
110 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/en/nosidebar.txt')), $in…
278 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
280 @require_once(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php');
/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/arctictut/
H A Dtpl_functions.php97 if(@file_exists(DOKU_TPLINC.'lang/'. $conf['lang'].'/nosidebar.txt')) {
98 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/'.$conf['lang'].'/noside…
100 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/en/nosidebar.txt')), $in…
268 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
270 @require_once(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.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/dokubook2/
H A Dmain.php18 require_once(DOKU_TPLINC.'tpl_functions.php');
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/dokubrick/
H A Dtpl_functions.php193 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
195 @require_once(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php');
/template/dwsimple/
H A Dmain.php3 …($DOKU_TPL)==FALSE) $DOKU_TPL = DOKU_TPL; if (isset($DOKU_TPLINC)==FALSE) $DOKU_TPLINC = DOKU_TPLI… variable
/template/icke/
H A DIckeNavigation.php191 if (file_exists(DOKU_TPLINC . $path)) {
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 Dmain.php4 require_once DOKU_TPLINC.'functions.php';
5 require_once DOKU_TPLINC.'components.php';
/template/kkh/
H A Dmain.php88 …if ($conf['tpl']['kkh']['css plugin button']===1) echo file_get_contents(DOKU_TPLINC.'css/plugins/…
/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/masa/
H A Dtpl_functions.php290 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
292 @require_once(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php');
/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/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/multitemplate/
H A Dmeat.php20 $DOKU_TPLINC = DOKU_TPLINC.'../'.$mt_othertemplate.'/'; variable
29 $DOKU_TPLINC = DOKU_TPLINC.'../'.$multitemplate[''].'/'; variable

123