Home
last modified time | relevance | path

Searched refs:conf (Results 26 – 50 of 978) sorted by path

12345678910>>...40

/template/ach/
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'] ?>" class="no-js">
20 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
43 <h1><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[ALT+H]"')?></h1>
47 <?php if($conf['breadcrumbs']){ ?>
50 <?php if($conf['youarehere']){ ?>
85 … <?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>
101 <?php if ($conf['useacl'] && $showTools): ?>
H A Dmediamanager.php13 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
14 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js">
20 [<?php echo strip_tags($conf['title'])?>]
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/ad-hominem/conf/
H A Ddefault.php8 $conf['darkmode'] = 'allow';
9 $conf['navtrail'] = 'none';
10 $conf['printstyle'] = 'basic';
11 $conf['homelink'] = '';
13 $conf['cookiepos'] = 'bottom';
14 $conf['cookiemsg'] = 'This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.';
15 $conf['cookielink'] = 'about:cookies';
/template/ad-hominem/
H A Ddetail.php20 $htmlLang = ' lang="' . $conf['lang'] . ( $lang['direction'] != 'ltr' ? '" dir="'. $lang['direction'] : '') . '"';
26 <title><?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG)) ?> &ndash; <?php echo str_replace(' ', ' ', strip_tags($conf['title'])) ?></title>
41 <h2 class="title"><?php tpl_link( my_homelink(), htmlentities($conf['title']), ''); ?></h2>
42 <p class="claim"><?php echo $conf['tagline']; ?></p>
68 tpl_include_page($conf['sidebar'], true, true);
73 <?php if($conf['breadcrumbs']) { my_breadcrumbs(str_repeat(chr(9),4)); } ?>
82 if($conf['youarehere']) { my_youarehere(str_repeat(chr(9),4)); }
H A Dmain.php16 $hasSidebar = page_findnearest($conf['sidebar']);
20 $htmlLang = ' lang="' . $conf['lang'] . ( $lang['direction'] != 'ltr' ? '" dir="'. $lang['direction'] : '') . '"';
26 <title><?php tpl_pagetitle() ?> &ndash; <?php echo str_replace(' ', ' ', strip_tags($conf['title'])) ?></title>
41 <h2 class="title"><?php tpl_link( my_homelink(), htmlentities($conf['title']), ''); ?></h2>
42 <p class="claim"><?php echo $conf['tagline']; ?></p>
69 tpl_include_page($conf['sidebar'], true, true);
74 <?php if($conf['breadcrumbs']) { my_breadcrumbs(str_repeat(chr(9),4)); } ?>
83 if($conf['youarehere']) { my_youarehere(str_repeat(chr(9),4)); }
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...]
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
H A Dtpl_footer.php13 <?php if($conf['license'] != null): ?> <div class="buttons noprint">
17 $target = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : '';
/template/ad-hominem/rest/
H A Dpageinfo.php43 $result['lang'] = $conf['lang'];
58 $url = $conf['baseurl'] . wl($id);
79 // $result['conf'] = $conf; /* WARNING: this may expose your configuration to the Internet. Use only for debugging! */
/template/adoradark/
H A Ddetail.php15 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
20 [<?php echo strip_tags($conf['title'])?>]
H A Dmain.php14 $hasSidebar = page_findnearest($conf['sidebar']);
17 <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>
43 <?php tpl_include_page($conf['sidebar'], true, true) ?>
H A Dmediamanager.php13 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js">
18 [<?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.php28 '<img src="'.$logo.'" '.$logoSize[3].' alt="" /> <span>'.$conf['title'].'</span>',
32 <?php if ($conf['tagline']): ?>
33 <p class="claim"><?php echo $conf['tagline']; ?></p>
39 <?php if ($conf['useacl']): ?>
81 <?php if($conf['breadcrumbs'] || $conf['youarehere']): ?>
83 <?php if($conf['youarehere']): ?>
86 <?php if($conf['breadcrumbs']): ?>
/template/adoradark/lib/tpl/dokuwiki/
H A Dstyle.local.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
/template/amanuensis/inc/
H A Dfunctionmods.php42 global $conf;
43 … == 'show' || $ACT == 'search')&&$INFO['writable']&&$conf['amanuensis']['addpagemod']=='true'&&$co…
87 global $conf;
128 if($conf['useacl']){
143 if($conf['useacl']){
H A Dindex.php30 global $conf;
36 $dir = $conf['datadir'];
50 search($data,$conf['datadir'],'search_index_title',array('ns' => $ns));
63 if ($conf['amanuensis']['dokunsmod'] and $conf['amanuensis']['nspages']=='true'){
97 global $conf;
98 if (strpos(strrev($name),strrev($conf['amanuensis']['nssuffix']))===0) {
247 global $conf;
267 …if (!($conf['amanuensis']['dokunsmod'] and $conf['amanuensis']['nspages'] and test_nsdescriptor($i…
/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']){?>
H A Dmedia.php16 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['l…
18 <title><?php echo hsc($lang['mediaselect'])?> [<?php echo hsc($conf['title'])?>]</title>
H A Dmediaref.php17 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['l…
19 <title><?php echo hsc($lang['mediaselect'])?> [<?php echo hsc($conf['title'])?>]</title>
/template/ameoto/
H A Ddetail.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'])?>]
55 if($t) print '<dt>'.$lang['img_date'].':</dt><dd>'.date($conf['dformat'],$t).'</dd>';
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']?>">
25 <title><?php tpl_pagetitle()?> <?php echo strip_tags($conf['title'])?></title>
42 <?php if($conf['youarehere']){?>
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'])?>]

12345678910>>...40