Home
last modified time | relevance | path

Searched refs:conf (Results 126 – 150 of 978) sorted by path

12345678910>>...40

/template/benjamin/
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
H A Dtpl_functions.php52 global $conf;
109 global $ACT, $conf, $ID, $INFO;
113 'tpl_'.$conf['template'],
116 ($ID == $conf['start']) ? 'home' : '',
/template/binkytestinstance/
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>
44 <?php tpl_include_page($conf['sidebar'], 1, 1) ?>
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']): ?>
77 <?php if($conf['breadcrumbs'] || $conf['youarehere']): ?>
79 <?php if($conf['youarehere']): ?>
82 <?php if($conf['breadcrumbs']): ?>
/template/bootie/_test/
H A Dheader.test.php19 global $conf;
21 $conf ['jquerycdn'] = 'cdnjs';
/template/bootie/conf/
H A Ddefault.php5 $conf['footer'] = 'footerbar';
6 $conf['header'] = 'headerbar';
9 $conf['cdn'] = false;
/template/bootie/
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.php19 global $conf;
21 $hasSidebar = page_findnearest($conf['sidebar']);
37 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>" lang="<?php echo $conf['…
44 <title><?php echo $pageTitle ?> [<?php echo strip_tags($conf['title']) ?>]</title>
95 if ($conf['youarehere']) {
126 <?php tpl_include_page($conf['sidebar'], 1, 1) ?>
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.php27 $target = ($conf['target']['extern']) ? 'target="' . $conf['target']['extern'] . '"' : '';
H A Dtpl_header.php9 global $conf;
68 if ($conf['breadcrumbs']) {
H A Dtpl_template_NicoBoot.php22 global $conf;
26 if (!$conf['breadcrumbs']) return false;
76 global $conf;
80 if (!$conf['youarehere']) return;
90 $page = $conf['start'];
/template/bootstrap3/
H A DRELEASE.md183 * #359: Lookup thumbnail photo from ActiveDirectory for Avatar support (thanks to @swordfischer). This integration require `authad` plugin and `$conf['plugin']['authad']['additional']` config with `thumbnailphoto` value.
H A DTemplate.php182 $file = $this->tplDir . 'conf/metadata.php';
200 global $ACT, $INFO, $ID, $conf;
262 return page_findnearest($conf['sidebar'], $this->getConf('useACL'));
535 global $conf;
548 if (!$conf['fullpath']) {
550 $fn = str_replace(fullpath($conf['olddir']) . '/', '', $fn);
552 $fn = str_replace(fullpath($conf['datadir']) . '/', '', $fn);
706 global $conf, $license, $lang;
708 $target = $conf['target']['extern'];
709 $lic = $license[$conf['licens
[all...]
H A Dcss.php93 global $conf;
104 $themes_filename = DOKU_CONF . 'bootstrap3.themes.conf';
H A Ddetail.php18 global $conf;
276 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
279 <title><?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?> [<?php echo strip_tags($conf['title'])?>]</title>
/template/bootstrap3/_test/
H A Dgeneral.test.php38 * Test to ensure that every conf['...'] entry in conf/default.php has a corresponding meta['...'] entry in
39 * conf/metadata.php.
43 $conf_file = __DIR__ . '/../conf/default.php';
49 $meta_file = __DIR__ . '/../conf/metadata.php';
56 gettype($conf),
58 'Both conf/default.php and conf/metadata.php have to exist and contain the same keys.'
61 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
62 foreach ($conf a
[all...]
/template/bootstrap3/compat/inc/Menu/Item/
H A DIndex.php14 global $conf;
22 if($conf['start'] == $ID && !$conf['sitemap']) {
/template/bootstrap3/compat/inc/
H A Dfunctions.php138 global $ACT, $conf, $ID, $INFO;
143 'tpl_' . $conf['template'],
146 ($ID == $conf['start']) ? 'home' : '',
/template/bootstrap3/conf/
H A Ddefault.php9 $conf['bootstrapTheme'] = 'default';
10 $conf['bootswatchTheme'] = 'yeti';
11 $conf['browserTitle'] = '@TITLE@ [@WIKI@]';
12 $conf['browserTitleCharSepNS'] = '-';
13 $conf['browserTitleOrderNS'] = 'normal';
14 $conf['browserTitleShowNS'] = 0;
15 $conf['collapsibleSections'] = 0;
16 $conf['cookieLawBannerPage'] = 'cookie:banner';
17 $conf['cookieLawPolicyPage'] = 'cookie:policy';
18 $conf['customThem
[all...]

12345678910>>...40