Home
last modified time | relevance | path

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

123

/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")){
/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 Dmain.php63 <?php require_once(DOKU_TPLINC.'sidebar.html')?>
H A Ddetail.php89 <?php require_once(DOKU_TPLINC.'sidebar.html')?>
/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/icke/
H A Ddetail.php6 require_once DOKU_TPLINC.'functions.php';
7 require_once DOKU_TPLINC.'components.php';
H A Dmain.php4 require_once DOKU_TPLINC.'functions.php';
5 require_once DOKU_TPLINC.'components.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/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/r7throot1/
H A Dfunctions.php68 $file = DOKU_TPLINC.'style.ini';
69 $file2 = DOKU_TPLINC.'style_'.$color.'.ini';
/template/spacedok/
H A Dfunctions.php100 $file = DOKU_TPLINC.'style.ini';
101 $file2 = DOKU_TPLINC.'style_'.$color.'.ini';
/template/vector/
H A Ddetail.php30 include DOKU_TPLINC."main.php";
/template/monobook/
H A Ddetail.php30 include DOKU_TPLINC."main.php";
/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/typo/
H A Dmain.php63 <?php require_once(DOKU_TPLINC.'sidebar.html')?>
H A Ddetail.php89 <?php require_once(DOKU_TPLINC.'sidebar.html')?>
/template/sandy/
H A Dmain.php10 require_once(DOKU_TPLINC.'tpl_functions.php');
/template/ameoto/
H A Dmain.php17 include(DOKU_TPLINC.'tpl_functions.php');
/template/dokubook2/
H A Dmain.php18 require_once(DOKU_TPLINC.'tpl_functions.php');
/template/simple/
H A Dmain.php19 include(DOKU_TPLINC.'tpl_functions.php');
/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/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/kkh/
H A Dmain.php88 …if ($conf['tpl']['kkh']['css plugin button']===1) echo file_get_contents(DOKU_TPLINC.'css/plugins/…

123