Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 25 of 978) sorted by path

12345678910>>...40

/template/20cones/conf/
H A Ddefault.php18 $conf["20cones_htmltopbar"] = 1; // TRUE: Use html fixed or wiki page for topbar
19 $conf["20cones_pagetopbar"] = "topbar"; // Wiki page name
20 $conf["20cones_showdokutitle"] = 0; // TRUE: Use html fixed or wiki page for topbar
/template/20cones/
H A Ddetail.php14 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
19 [<?php echo strip_tags($conf['title'])?>]
H A Dmain.php13 $hasSidebar = page_findnearest($conf['sidebar']);
16 <html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
19 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
43 <?php tpl_include_page($conf['sidebar'], true, true) ?>
H A Dmediamanager.php12 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js">
17 [<?php echo strip_tags($conf['title'])?>]
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
H A Dtpl_footer.php17 $target = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : '';
H A Dtpl_header.php31 '<img src="'.$logo.'" '.$logoSize[3].' alt="" /> <span>'.$conf['title'].'</span>',
41 <?php if ($conf['tagline']): ?>
42 <p class="claim"><?php echo $conf['tagline']; ?></p>
49 <?php if ($conf['useacl']): ?>
102 <?php if($conf['breadcrumbs'] || $conf['youarehere']): ?>
104 <?php if($conf['youarehere']): ?>
107 <?php if($conf['breadcrumbs']): ?>
/template/a_free_worldic/
H A Ddetail.php20 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['l…
25 [<?php echo strip_tags($conf['title'])?>]
56 if($t) print '<dt>'.$lang['img_date'].':</dt><dd>'.strftime($conf['dformat'],$t).'</dd>';
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 echo strip_tags($conf['title'])?> &gt;&gt; <?php tpl_pagetitle()?>
70 <?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" accesskey="h" title="[ALT+H]"')?>
H A Dmediamanager.php16 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['l…
21 [<?php echo strip_tags($conf['title'])?>]
H A Dtpl_functions.php87 global $conf;
222 ($conf['youarehere'] != 1) ? tpl_breadcrumbs() : tpl_youarehere();
283 global $conf;
285 $dir = $conf['datadir'];
299 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
/template/a_new_day/conf/
H A Ddefault.php9 $conf['btl_sidebar_position'] = 'left' ;
10 $conf['btl_sidebar_name'] = 'sidebar' ;
11 $conf['btl_sidebar_independent'] = 0;
12 $conf['btl_action_palette'] = 0;
13 $conf['btl_hide_user_actions'] = 0;
14 $conf['btl_hide_page_actions'] = 0;
15 $conf['btl_hide_wiki_actions'] = 0;
16 $conf['btl_hide_submit_actions'] = 1;
17 $conf['btl_default_page_actions_status'] = 'open';
19 $conf['btl_default_user_actions_status'] = 'open';
[all …]
/template/a_new_day/
H A Ddetail.php20 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['l…
25 [<?php echo strip_tags($conf['title'])?>]
59 if($t) print '<dt>'.$lang['img_date'].':</dt><dd>'.strftime($conf['dformat'],$t).'</dd>';
H A Dmain.php29 @require_once(dirname(__FILE__).'/lang/'.tpl_translation($conf['lang']).'/settings.php');
32 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
33 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
38 [<?php echo strip_tags($conf['title'])?>]
63 …<?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[…
76 <?php if($conf['breadcrumbs']){?>
88 <?php if($conf['youarehere']){?>
169 …nabled('backlink') || (is_action_enabled('edit') && (!$conf['useacl'] || $ACT != 'show' || ($conf[…
209 …'REMOTE_USER'] ) || (is_action_enabled('subscribe') && $conf['useacl'] && $ACT == 'show' && $conf[…
228 …<?php if($conf['useacl'] && $ACT == 'show' && $conf['subscribers'] == 1 && $_SERVER['REMOTE_USER']…
H A Dmediamanager.php16 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['l…
21 [<?php echo strip_tags($conf['title'])?>]
H A Dtpl_functions.php83 function tpl_translation($conf) { argument
84 if (file_exists(dirname(__FILE__).'/lang/'.$conf.'/settings.php'))
86 return $conf;
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/able/conf/
H A Ddefault.php7 $conf['discussionPage'] = 'discussion:@ID@';
8 $conf['userPage'] = 'user:@USER@:';
9 $conf['hideTools'] = 0;
/template/able/
H A Ddetail.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'] ?>" class="no-js">
22 [<?php echo strip_tags($conf['title'])?>]
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>
36 … <h1 class="site-title"><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></h1>
38 <h2 class="site-description"> <?php if ($conf['tagline']): ?>
39 <?php echo $conf['tagline'] ?>
98 <?php if($conf['breadcrumbs']){ ?>
101 <?php if($conf['youarehere']){ ?>
150 <?php if ($conf['useacl'] && $showTools): ?>
[all …]
H A Dmediamanager.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'] ?>" class="popup no-js">
20 [<?php echo strip_tags($conf['title'])?>]
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
H A Dtpl_functions.php63 global $conf;
131 global $ACT, $conf, $ID, $INFO;
135 'tpl_'.$conf['template'],
138 ($ID == $conf['start']) ? 'home' : '',
/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/ach/
H A Ddetail.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'] ?>" class="no-js">
22 [<?php echo strip_tags($conf['title'])?>]

12345678910>>...40