Home
last modified time | relevance | path

Searched refs:conf (Results 76 – 100 of 978) sorted by relevance

12345678910>>...40

/template/cutopillar/
H A Dmain.php16 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
18 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
19 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
22 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
51 … <h1 id="blog-title"><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></h1>
55 <?php if ($conf['tagline']): ?>
56 <p id="blog-description" class="claim"><?php echo $conf['tagline'] ?></p>
60 <?php if($conf['breadcrumbs']){ ?>
63 <?php if($conf['youarehere']){ ?>
130 … <?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>
/template/starter/
H A Dmain.php14 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
17 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
18 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
21 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
41 <h1><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></h1>
44 tpl_link(wl(),'<img src="'.ml('logo.png').'" alt="'.$conf['title'].'" />','id="dokuwiki__top" accesskey="h" title="[H]"') */ ?>
45 <?php if ($conf['tagline']): ?>
46 <p class="claim"><?php echo $conf['tagline'] ?></p>
57 <?php if ($conf['useacl'] && $showTools): ?>
102 <?php if($conf['breadcrumb
[all...]
/template/nostalgia/
H A Dmain.php15 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
18 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
19 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
22 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
66 <h1><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></h1>
70 <?php if ($conf['tagline']): ?>
71 <p class="claim"><?php echo $conf['tagline'] ?></p>
82 <?php if ($conf['useacl'] && $showTools): ?>
146 <?php if($conf['breadcrumbs']){ ?>
149 <?php if($conf['youarehere']){ ?>
[all …]
/template/newspaper/
H A Dmain.php15 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
18 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
19 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
22 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
65 <h1><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></h1>
72 <?php if ($conf['tagline']): ?>
73 <h2 class="slogan"><?php echo $conf['tagline'] ?></h2>
103 <?php if ($conf['useacl'] && $showTools): ?>
139 <?php if($conf['breadcrumbs']){ ?>
142 <?php if($conf['youarehere']){ ?>
[all …]
/template/notepad/
H A Dmain.php15 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
18 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
19 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
22 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
34 <h1 id="logo"><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></h1>
39 <?php if ($conf['tagline']): ?>
40 <p class="description"><?php echo $conf['tagline'] ?></p>
86 <?php if($conf['breadcrumbs']){ ?>
89 <?php if($conf['youarehere']){ ?>
127 … <?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>
[all …]
/template/battlehorse/
H A Dtplfn_sidebar.php12 $conf['sidebar']['enable'] = 1; // 1 or true to enable sidebar functionality, 0 or fa…
13 $conf['sidebar']['page'] = tpl_getConf('btl_sidebar_name'); // name of sidebar page
14 $conf['sidebar']['layout'] = 'inside'; // inside (between button bars) or outside (full heig…
15 $conf['sidebar']['orientation'] = 'right'; // left or right
18 $sidebar_class = "sidebar_{$conf['sidebar']['layout']}_{$conf['sidebar']['orientation']}";
39 global $ID, $REV, $conf;
48 if (isset($conf['sidebar']['page'])) {
49 $fileSidebar = getSidebarFN(getNS($ID), $conf['sidebar']['page']);
81 global $conf;
88 if ($conf['useheading']) {
H A Dmain.php55 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
56 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
61 [<?php echo strip_tags($conf['title'])?>]
86 …<?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[…
94 <?php if($conf['breadcrumbs']){?>
105 <?php if($conf['youarehere']){?>
216 …nabled('backlink') || (is_action_enabled('edit') && (!$conf['useacl'] || $ACT != 'show' || ($conf[…
248 …'REMOTE_USER'] ) || (is_action_enabled('subscribe') && $conf['useacl'] && $ACT == 'show' && $conf[…
267 …<?php if($conf['useacl'] && $ACT == 'show' && $conf['subscribers'] == 1 && $_SERVER['REMOTE_USER']…
/template/mywiki/
H A Dmain.php16 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
18 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
19 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
22 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
55 …<p><span class="header-text logo"><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') …
57 <?php if ($conf['tagline']): ?>
58 <span class="header-description-text"><?php echo $conf['tagline'] ?></span>
136 <?php if($conf['breadcrumbs']){ ?>
139 <?php if($conf['youarehere']){ ?>
198 <?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>
[all …]
/template/ad-hominem/
H A Dmy_template.php33 global $conf;
44 $depends[] = DOKU_CONF."tpl/".$conf['template']."/style.ini";
52 $head['meta'][] = array('property' => 'og:site_name ', 'content' => $conf['title']);
75 'href'=> DOKU_BASE.'lib/exe/opensearch.php', 'title'=> $conf['title']
148 if((time() - $INFO['lastmod']) >= $conf['indexdelay'] && !isHiddenPage($ID) ) {
154 if ($ID == $conf['start']) {
180 'href'=> DOKU_BASE . 'lib/exe/css.php?t='.rawurlencode($conf['template']).'&tseed='.$tseed
184 if($conf['useacl'] && $INPUT->server->str('REMOTE_USER')) {
188 if($conf['basedir']) {
189 $script .= 'var BASEDIR="'.$conf['basedi
[all...]
/template/starterbootstrap/
H A Dmain.php13 $showSidebar = (page_findnearest($conf['sidebar']) || $conf['sidebar'] == "automatic") && ($ACT=='s…
21 <html xml:lang="<?php echo $conf['lang'] ?>" lang="<?php echo $conf['lang'] ?>" dir="<?php echo $la…
27 [<?php echo strip_tags($conf['title'])?>]
79 …f="<?php echo $DOKU_URL; ?>"><img src="<?php echo $brandImg; ?>" alt="<?php $conf['title'] ?>"></a>
82 tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]" class="navbar-brand"');
110 <?php if ($conf['useacl'] && $showTools): ?>
138 <?php if($conf['breadcrumbs']) _tpl_breadcrumbs(); ?>
142 if ($conf['sidebar'] == 'automatic') {
145 $sidebar_contents = bootstrap_tpl_get_sidebar($conf['sidebar'], false);
159 <?php if($conf['youarehere']){ ?>
[all …]
/template/material/
H A Dmain.php3 xml:lang="<?php echo $conf['lang'] ?>"
4 lang="<?php echo $conf['lang'] ?>"
12 <?php echo hsc($conf['title']) ?>
38 <div class="mdl-layout mdl-js-layout <?php if($conf["sidebar"] != "") echo "mdl-layout--fixed-drawe…
42 <span class="mdl-layout-title content-title"><?php echo hsc($conf['title']) ?></span>
106 <?php if ($conf['tagline']): ?>
108 <?php echo $conf['tagline'] ?>
114 if($conf["sidebar"] != "") include("sidebar.php");?>
140 <?php if ($conf['breadcrumbs']): ?>
143 <?php if ($conf['youarehere']): ?>
[all …]
/template/doogiestpl/
H A Dmain.php16 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
17 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
21 <?php echo strip_tags($conf['title'])?>
41 <?php if($conf['breadcrumbs']){?>
47 <?php if($conf['youarehere']){?>
60 global $conf;
65 if($conf['useacl'] && $auth){
89 …<?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[…
140 global $conf;
145 if($conf['useacl'] && $auth){
/template/battlehorse/conf/
H A Ddefault.php8 $conf['btl_sidebar_position'] = 'left' ;
9 $conf['btl_sidebar_name'] = 'sidebar' ;
10 $conf['btl_action_palette'] = 0;
11 $conf['btl_default_page_actions_status'] = 'open';
12 $conf['btl_default_wiki_actions_status'] = 'closed';
13 $conf['btl_default_user_actions_status'] = 'closed';
14 $conf['btl_default_submit_actions_status'] = 'closed' ;
15 $conf['btl_language'] = 'en';
/template/r7throot1/conf/
H A Ddefault.php5 $conf['color'] = 'blue';
6 $conf['width'] = 'medium';
7 $conf['sidebar_position'] = 'right';
8 $conf['sidebar_page'] = 'sidebar';
9 $conf['tabs_page'] = 'tabs';
10 $conf['showpageinfo'] = 1;
11 $conf['showsiteactions'] = 1;
12 $conf['showuseractions'] = 1;
/template/rtd_suterdev/conf/
H A Ddefault.php3 $conf["sidebarposition"] = "left";
4 $conf["dokuwikibreadcrumbs_enable"] = false;
5 $conf["showtoolboxalways_enable"] = false;
6 $conf["startpage"] = "/";
7 $conf["fontawesome_enable"] = false;
8 $conf["fontawesome_tag"] = '';
9 $conf["googlefont_enable"] = false;
10 $conf["googlefont_tag"] = '';
/template/readthedokus/conf/
H A Ddefault.php3 $conf["sidebarposition"] = "left";
4 $conf["dokuwikibreadcrumbs_enable"] = false;
5 $conf["showtoolboxalways_enable"] = false;
6 $conf["startpage"] = "/";
7 $conf["fontawesome_enable"] = false;
8 $conf["fontawesome_tag"] = '';
9 $conf["googlefont_enable"] = false;
10 $conf["googlefont_tag"] = '';
/template/a_new_day/
H A Dtplfn_sidebar.php13 $conf['sidebar']['enable'] = 1; // 1 or true to enable sidebar functionality, 0 or fa…
14 $conf['sidebar']['page'] = tpl_getConf('btl_sidebar_name'); // name of sidebar page
15 $conf['sidebar']['layout'] = 'inside'; // inside (between button bars) or outside (full heig…
16 $conf['sidebar']['orientation'] = 'right'; // left or right
19 $sidebar_class = "sidebar_{$conf['sidebar']['layout']}_{$conf['sidebar']['orientation']}";
40 global $ID, $REV, $conf;
49 if (isset($conf['sidebar']['page'])) {
50 $fileSidebar = getSidebarFN(getNS($ID), $conf['sidebar']['page']);
101 global $conf;
108 if ($conf['useheading']) {
/template/incognitek/
H A Dmain.php14 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
15 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
20 [<?php echo strip_tags($conf['title'])?>]
32 …tpl_link(wl(),'<img id="logo" src="'.DOKU_TPL.'images/logo.png" alt="'.hsc($conf['title']).'" widt…
41 <?php if($conf['breadcrumbs']) {?>
43 <?php } elseif ($conf['youarehere']) {?>
86 $tgt = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : '';
99 <?php if ($conf['allowdebug']) {
/template/wikipraktik/
H A Dmain.php13 $hasSidebar = page_findnearest($conf['sidebar']);
16 <html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
20 <title><?php tpl_pagetitle() ?> – <?php echo strip_tags($conf['title']) ?></title>
32 <?php tpl_link(wl(),$conf['title'] . ($conf['tagline'] ? '<span class="claim">' . $conf['tagline'] . '</span>' : ''),'accesskey="h" title="[H]"') ?>
52 <?php tpl_include_page($conf['sidebar'], 1, 1) ?>
58 <?php if($conf['breadcrumbs']){ ?>
61 <?php if($conf['youarehere']){ ?>
/template/stm/stm/
H A Ddetail.php14 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
16 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
21 [<?php echo strip_tags($conf['title'])?>]
33 echo json_encode($conf['sidebar']);
51 <?php if($conf['breadcrumbs'] || $conf['youarehere']): ?>
53 <?php if($conf['youarehere']): ?>
56 <?php if($conf['breadcrumbs']): ?>
65 … <?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>
/template/prsnl10/
H A Dmain.php35 if (!empty($conf["useacl"])){
47 if (!empty($conf["lang"]) &&
48 $conf["lang"] != "en" &&
49 file_exists(DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php")){
52 include DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php";
64 …tp://www.w3.org/1999/xhtml" xml:lang="<?php echo hsc($conf["lang"]); ?>" lang="<?php echo hsc($con…
67 <title><?php tpl_pagetitle(); echo " - ".hsc($conf["title"]); ?></title>
142 echo " class=\"tmpl_header_logo_txt\">".hsc($conf["title"])."</a>";
154 if (empty($conf["useacl"]) ||
290 if (empty($conf["useacl"]) ||
[all …]
/template/daily/
H A Dtpl_header.php22 … '<img src="'.$logo.'" height="30" width="30" alt="" /> <span>'.$conf['title'].'</span>',
26 <?php if ($conf['tagline']): ?>
27 <p class="claim"><?php echo $conf['tagline']; ?></p>
32 <?php if ($conf['useacl']): ?>
74 <?php if($conf['breadcrumbs'] || $conf['youarehere']): ?>
76 <?php if($conf['breadcrumbs']): ?>
87 <?php if($conf['youarehere']): ?>
/template/monobook/
H A Dmain.php87 if (!empty($conf["useacl"])){
99 if (!empty($conf["lang"]) &&
100 $conf["lang"] !== "en" &&
101 file_exists(DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php")){
104 include DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php";
599 if (empty($conf["useacl"]) ||
619 if ($conf["breadcrumbs"] == true &&
630 if ($conf["youarehere"] == true &&
671 if ($conf["breadcrumbs"] == true &&
682 if ($conf["youarehere"] == true &&
[all …]
/template/vector/
H A Dmain.php87 if (!empty($conf["useacl"])){
99 if (!empty($conf["lang"]) &&
100 $conf["lang"] !== "en" &&
548 if (empty($conf["useacl"]) ||
570 if ($conf["breadcrumbs"] == true &&
572 (empty($conf["useacl"]) || //are there any users?
581 if ($conf["youarehere"] == true &&
583 (empty($conf["useacl"]) || //are there any users?
626 if ($conf["breadcrumbs"] == true &&
637 if ($conf["youarehere"] == true &&
[all …]
/template/benjamin/
H A Dmain.php15 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
17 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
18 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
21 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
54 <h1><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></h1>
65 <?php if ($conf['tagline']): ?>
66 <p class="claim"><?php echo $conf['tagline'] ?></p>
135 <?php if ($conf['useacl'] && $showTools): ?>
175 … <?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>

12345678910>>...40