Home
last modified time | relevance | path

Searched refs:conf (Results 201 – 225 of 978) sorted by relevance

12345678910>>...40

/template/dokubrick/conf/
H A Ddefault.php9 $conf['pagename'] = 'sidebar'; // the pagename…
10 $conf['user_sidebar_namespace'] = 'user'; // namespace to…
11 $conf['group_sidebar_namespace'] = 'group'; // namespace to…
12 $conf['sidebar_content'] = 'toc,index,main,user,group,namespace'; // defines the …
13 $conf['sidebar_order'] = 'toc,toolbox,index,main,namespace,user,group';// defines the …
/template/ach/conf/
H A Ddefault.php7 $conf['discussionPage'] = 'discussion:@ID@';
8 $conf['userPage'] = 'user:@USER@:';
9 $conf['hideTools'] = 0;
10 $conf['tagline'] = 'This is the tagline - explaining what this site is about.';
11 $conf['sidebarID'] = 'sidebar';
/template/mindthedark/conf/
H A Ddefault.php7 $conf['theme'] = 'light';
8 $conf['autoDark'] = 0;
9 $conf['userChoice'] = 0;
10 $conf['pluginNote'] = 0;
11 $conf['pluginWrap'] = 0;
/template/comicslate/
H A Dmain.php7 switch ( $conf [ "lang" ] ) {
19 <html xml:lang = "' . $conf [ "lang" ] . '" lang = "' . $conf [ "lang" ] . '" dir = "' . $lang [ "d…
23 $t2 . '<title>' . strtoupper ( $conf [ "lang" ] ) . ' / '; tpl_pagetitle ( ); echo '</title>' .
49 if ( preg_match ( '/(h[ei]|ko|ja|zh)/', $conf [ "lang" ] ) ) echo $t2 . '<link rel = "preload" hre…
75 array ( '/'. $conf [ "lang" ] . '/menu', tpl_getLang ( 'menu' ), '_self' ),
76 array ( '/'. $conf [ "lang" ] . '/news/index', tpl_getLang ( 'news' ), '_self' ),
77 array ( '/'. $conf [ "lang" ] . '/wiki/index', tpl_getLang ( 'helproom' ), '_blank' ),
125 if ( $conf [ 'breadcrumbs' ] ) { // Breadcrumbs
151 …отры, уник. посетители и визиты)" data-cid = "25500497" data-lang = "' . $conf [ "lang" ] .'" />' .
H A Ddetail.php17 array ( '/'. $conf [ "lang" ] . '/start', tpl_getLang ( 'start' ), '_self' ),
18 array ( '/'. $conf [ "lang" ] . '/menu', tpl_getLang ( 'menu' ), '_self' ),
19 array ( '/'. $conf [ "lang" ] . '/news/index', tpl_getLang ( 'news' ), '_self' ),
20 array ( '/'. $conf [ "lang" ] . '/wiki/index', tpl_getLang ( 'helproom' ), '_blank' ),
53 echo "\n" . '<html xml:lang = "' . $conf [ "lang" ] . '" lang = "' . $conf [ "lang" ] . '" dir = "'…
66 $t2 . '<div class = "dokuwiki lang-' . $conf [ "lang" ] . '">' .
118 $t6 . '<dd>' . date ( $conf['dformat1'], $t ) . '</dd>';
198 if ( $conf [ 'breadcrumbs' ] ) { // Breadcrumbs
/template/h6e-minimal/conf/
H A Ddefault.php3 $conf['width'] = 'auto';
4 $conf['font-size'] = '1.1em';
5 $conf['title-color'] = '#009DFF';
6 $conf['hide-entry-title'] = false;
7 $conf['footer-text'] = 'Powered by <a href="http://dokuwiki.org/">DokuWiki</a> with a touch of <a h…
/template/dokubook2/
H A Dtpl_functions.php13 if(@file_exists(DOKU_TPLINC.'lang/'.$conf['lang'].'/lang.php')) {
14 require_once(DOKU_TPLINC.'lang/'.$conf['lang'].'/lang.php');
24 global $conf;
44 $out .= ' <img class="logo" src="' . $logo . '" alt="' . $conf['title'] . '" /></a>' . DW_LF;
122 global $conf;
125 if (@file_exists(DOKU_TPLINC.'lang/'.$conf['lang'].'/'.$ns.'.txt'))
126 $sb_path = '../../../lib/tpl/tribalshout/lang/'.$conf['lang'];
151 global $conf;
/template/argon/
H A Dmain.php9 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT == 'show');
13 <html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>">
28 [<?php echo strip_tags($conf['title']) ?>]
69 '<img src="'.$logo.'" width="30px" alt="" /> <span>'.$conf['title'].'</span>',
80 …class="nav-link-inner--text"><?php tpl_link(wl(), $conf['title'], 'accesskey="h" title="[H]"')?></…
189 <?php tpl_include_page($conf['sidebar'], 1, 1)?>
214 <?php if ($conf['breadcrumbs']) {?>
217 <?php if ($conf['youarehere']) {?>
/template/masa/
H A Dmain.php23 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
24 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
29 [<?php echo strip_tags($conf['title'])?>]
51 …<?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[…
76 <?php if($conf['breadcrumbs']){?>
83 <?php if($conf['youarehere']){?>
H A Dtpl_functions.php26 global $conf;
29 @include_once (dirname(__FILE__) . '/lang/' . $conf['lang'] . '/lang.php');
71 global $conf;
74 @include_once (dirname(__FILE__) . '/lang/' . $conf['lang'] . '/lang.php');
147 global $conf;
277 ($conf['youarehere'] != 1) ? tpl_breadcrumbs() : tpl_youarehere();
335 global $conf;
337 $dir = $conf['datadir'];
351 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
365 global $conf;
[all …]
/template/sidebar/
H A Dmain.php26 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
27 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
32 [<?php echo strip_tags($conf['title'])?>]
54 …<?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[…
76 <?php if($conf['breadcrumbs']){?>
83 <?php if($conf['youarehere']){?>
/template/breeze/
H A Dmain.php25 xml:lang="<?php echo $conf['lang']?>"
26 lang="<?php echo $conf['lang']?>"
29 <title><?php tpl_pagetitle()?> - <?php echo hsc($conf['title'])?></title>
66 <a href=<?php echo wl()?>><?php echo hsc($conf['title'])?></a>
101 <?php if ($conf['breadcrumbs']) { tpl_breadcrumbs(); } ?>
102 <?php if ($conf['youarehere']) { tpl_youarehere(); } ?>
/template/bootstrap3/tpl/
H A Dbreadcrumbs.php10 global $conf;
14 <?php if ($conf['youarehere'] || $conf['breadcrumbs']): ?>
20 <?php if($conf['youarehere']): ?>
26 <?php if($conf['breadcrumbs']): ?>
/template/dwsimple/
H A Dmain.php34 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
35 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
41 [<?php echo strip_tags($conf['title'])?>]
75 …<?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[…
97 <?php if($conf['breadcrumbs']){?>
104 <?php if($conf['youarehere']){?>
/template/amanuensis/
H A Dmain.php15 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
16 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
18 <title><?php echo $ID?> [<?php echo hsc($conf['title'])?>]</title>
81 <?php if($conf['amanuensis']['nspages']=='false'){?>
115 <?php tpl_link(wl(),$conf['title'],'name="top" accesskey="h" title="[ALT+H]"')?>
123 <?php if($conf['breadcrumbs']){?>
/template/zenlike/
H A Dtpl_functions.php52 global $conf;
72 global $conf;
77 if ($_SERVER['REMOTE_USER'] || !$conf['useacl'] || !actionOK('register')) return;
120 if (!isset($conf['tagline'])) {
121 $conf['tagline'] = tpl_getConf('tagline');
124 if (!isset($conf['sidebar'])) {
125 $conf['sidebar'] = tpl_getConf('sidebarID');
242 global $conf;
243 return DOKU_INC.'lib/tpl/'.$conf['template'].'/';
/template/ach/
H A Dtpl_functions.php52 global $conf;
72 global $conf;
77 if ($_SERVER['REMOTE_USER'] || !$conf['useacl'] || !actionOK('register')) return;
120 if (!isset($conf['tagline'])) {
121 $conf['tagline'] = tpl_getConf('tagline');
124 if (!isset($conf['sidebar'])) {
125 $conf['sidebar'] = tpl_getConf('sidebarID');
242 global $conf;
243 return DOKU_INC.'lib/tpl/'.$conf['template'].'/';
/template/grassstains/
H A Dtpl_functions.php52 global $conf;
72 global $conf;
77 if ($_SERVER['REMOTE_USER'] || !$conf['useacl'] || !actionOK('register')) return;
120 if (!isset($conf['tagline'])) {
121 $conf['tagline'] = tpl_getConf('tagline');
124 if (!isset($conf['sidebar'])) {
125 $conf['sidebar'] = tpl_getConf('sidebarID');
242 global $conf;
243 return DOKU_INC.'lib/tpl/'.$conf['template'].'/';
/template/aran/
H A Dtpl_functions.php52 global $conf;
72 global $conf;
77 if ($_SERVER['REMOTE_USER'] || !$conf['useacl'] || !actionOK('register')) return;
120 if (!isset($conf['tagline'])) {
121 $conf['tagline'] = tpl_getConf('tagline');
124 if (!isset($conf['sidebar'])) {
125 $conf['sidebar'] = tpl_getConf('sidebarID');
242 global $conf;
243 return DOKU_INC.'lib/tpl/'.$conf['template'].'/';
/template/starterpjax/
H A Dtpl_functions.php52 global $conf;
72 global $conf;
77 if ($_SERVER['REMOTE_USER'] || !$conf['useacl'] || !actionOK('register')) return;
120 if (!isset($conf['tagline'])) {
121 $conf['tagline'] = tpl_getConf('tagline');
124 if (!isset($conf['sidebar'])) {
125 $conf['sidebar'] = tpl_getConf('sidebarID');
242 global $conf;
243 return DOKU_INC.'lib/tpl/'.$conf['template'].'/';
/template/m1/
H A Dm1-header.php30 echo " class=\"m1-txtlogo\">".hsc($conf["title"])."</a></h1>\n";
63 <?php if($conf['breadcrumbs'] || $conf['youarehere']): ?>
65 <?php if($conf['youarehere']): ?>
68 <?php if($conf['breadcrumbs']): ?>
/template/zero/
H A Dmain.php21 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
22 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
27 [<?php echo strip_tags($conf['title'])?>]
49 …<?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[…
65 <?php if($conf['breadcrumbs']){?>
72 <?php if($conf['youarehere']){?>
/template/r7throot1/
H A Dmain.php25 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
26 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
30 <?php tpl_pagetitle()?> · <?php echo strip_tags($conf['title'])?>
47 …<?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[…
55 <?php if($conf['breadcrumbs']){?>
61 <?php if($conf['youarehere']){?>
/template/cherokee-based/
H A Dconf.php13 $conf['cherokee-based']['sidebar_pagename'] = 'sidebar'; //This is the string that appears in sideb…
14 $conf['cherokee-based']['default_leftsidebar_name'] = 'default_sidebar_left'; // the name of left s…
15 $conf['cherokee-based']['default_rightsidebar_name'] = 'default_sidebar_right'; //Idem
18 $conf['cherokee-based']['footer-copyright'] = '&copy 2005 Your name';
19 $conf['cherokee-based']['footer-about-link'] = 'http://localhost/wikis/dokuwiki/doku.php?id=about';
/template/minimalism/
H A Dheader.php4 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['l…
9 <title><?php tpl_pagetitle();?> [<?php echo hsc($conf['title']);?>]</title>
32 …<h1 class="min-title"><?php tpl_link(DOKU_BASE, $conf['title'], 'title="'.$conf['title'].'"');?></…

12345678910>>...40