Lines Matching refs:conf
24 if ($ID != $conf['sidebar']):
25 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
28 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="', $conf['lang'],
29 '" lang="', $conf['lang'], '" dir="', $lang['direction'], '" class="no-js">
34 echo ' [', strip_tags($conf['title']), ']</title>
63 …tpl_link(wl(),'<img src="'.ml('logo.png').'" alt="'.$conf['title'].'" />',' accesskey="h" title="[…
65 …tpl_link(wl(),'<img src="'.tpl_basedir().'images/dokuwiki.svg" alt="'.$conf['title'].'" style="wid…
68 tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"');
70 if($conf['tagline']):
71 echo ' <p class="claim">', $conf['tagline'], '</p>',"\n";
101 if ($conf['breadcrumbs']):
103 elseif ($conf['youarehere']):
132 tpl_include_page($conf['sidebar'], 1, 1); /* includes the nearest sidebar page */
144 if (isset($conf['useacl']) and $conf['useacl']):