Lines Matching refs:conf

33     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['basedir']."\";\n\t\t";
203 ) + ($conf['defer_js'] ? [ 'defer' => 'defer'] : []);
210 'src' => DOKU_BASE . 'lib/exe/js.php'.'?t='.rawurlencode($conf['template']).'&tseed='.$tseed,
211 ) + ($conf['defer_js'] ? [ 'defer' => 'defer'] : []);
258 global $conf;
283 global $conf;
286 if(!$conf['breadcrumbs']) return false;
320 global $conf;
325 if(!$conf['youarehere']) return false;
329 $isdir = ( $parts[$count-1] == $conf['start']);
340 echo $prefix . "\t\t<li>" . tpl_pagelink(':'.$conf['start'], null, true) . "</li>\n";
342 echo $prefix . "\t\t<li class=\"home\">" . tpl_pagelink(':'.$conf['start'], null, true) . "</li>\n";
426 global $conf;
442 if(!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminheads']) {
455 if (count($toc) >= intval($conf['tocminheads'])) {
505 global $conf;
554 global $conf;
560 '<img src="'.$logo.'" ' . (is_array($logoSize) && array_key_exists(3, $logoSize) ? $logoSize[3] : '') . ' alt="' . htmlentities($conf['title']) . '" />', 'accesskey="h" title="[H]" class="logo"');