Home
last modified time | relevance | path

Searched refs:conf (Results 26 – 50 of 978) sorted by last modified time

12345678910>>...40

/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...]
H A Dtpl_footer.php13 <?php if($conf['license'] != null): ?> <div class="buttons noprint">
17 $target = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : '';
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)); }
/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/mikio/
H A Dmain.php16 global $TEMPLATE, $ACT, $conf, $USERINFO;
25 <html lang="<?php echo $conf['lang'] ?>">
H A Ddetail.php20 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
21 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
26 [<?php echo strip_tags($conf['title'])?>]
H A Dmediamanager.php17 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js">
22 [<?php echo strip_tags($conf['title'])?>]
H A Dmikio.php108 global $conf;
200 // hogfather - defer always on unless $conf['defer_js'] is false
201 if (array_key_exists('defer_js', $conf) === false || $conf['defer_js'] === true) {
758 global $conf, $USERINFO;
827 $html .= '<h1 class="mikio-navbar-brand-title-text">' . $conf['title'] . '</h1>';
829 $html .= '<p class="claim mikio-navbar-brand-title-tagline">' . $conf['tagline'] . '</p>';
886 global $conf;
892 return $this->pageExists($conf['sidebar' . $prefix]);
906 global $conf,
[all...]
/template/mikio/conf/
H A Ddefault.php11 $conf['iconTag'] = 'icon';
12 $conf['customTheme'] = '';
13 $conf['showNotifications'] = 'always';
14 $conf['useLESS'] = 1;
15 $conf['brandURLGuest'] = '';
16 $conf['brandURLUser'] = '';
17 $conf['showLightDark'] = 0;
18 $conf['autoLightDark'] = 0;
20 $conf['navbarUseTitleIcon'] = 1;
21 $conf['navbarTitleIconHeigh
[all...]
/template/launch/conf/
H A Ddefault.php7 $conf['discussionPage'] = 'discussion:@ID@';
8 $conf['userPage'] = 'user:@USER@:';
9 $conf['hideTools'] = 0;
/template/launch/
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 Dtpl_functions.php63 global $conf;
131 global $ACT, $conf, $ID, $INFO;
135 'tpl_'.$conf['template'],
138 ($ID == $conf['start']) ? 'home' : '',
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 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>
52 <h3><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></h3>
58 <?php if ($conf['tagline']): ?>
59 <span class="claim"><?php echo $conf['tagline'] ?></span>
141 <?php if($conf['breadcrumbs']){ ?>
144 <?php if($conf['youarehere']){ ?>
223 … <?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>
[all …]
/template/varicolored/
H A Dmain.php31 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
33 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
34 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
37 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
69 <h1><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></h1>
73 <?php if ($conf['tagline']): ?>
74 <p class="claim"><?php echo $conf['tagline'] ?></p>
95 <?php if($conf['breadcrumbs']){ ?>
98 <?php if($conf['youarehere']){ ?>
162 … <?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>
[all …]
H A Dtpl_functions.php63 global $conf;
131 global $ACT, $conf, $ID, $INFO;
135 'tpl_'.$conf['template'],
138 ($ID == $conf['start']) ? 'home' : '',
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 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'])?>]
/template/varicolored/conf/
H A Ddefault.php7 $conf['discussionPage'] = 'discussion:@ID@';
8 $conf['userPage'] = 'user:@USER@:';
9 $conf['hideTools'] = 0;
/template/cleanresurrected/
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' : '',
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'])?>]
/template/cleanresurrected/conf/
H A Ddefault.php7 $conf['discussionPage'] = 'discussion:@ID@';
8 $conf['userPage'] = 'user:@USER@:';
9 $conf['hideTools'] = 0;

12345678910>>...40