Lines Matching refs:conf
15 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
17 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
18 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
21 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
51 … <h1 id="site-title"><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></h1>
55 <?php if ($conf['tagline']): ?>
56 <h2 class="claim"><?php echo $conf['tagline'] ?></h2>
82 <?php if ($conf['useacl'] && $showTools): ?>
121 <?php if ($conf['useacl'] && $showTools): ?>
136 <?php if($conf['breadcrumbs']){ ?>
139 <?php if($conf['youarehere']){ ?>
178 … <?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>
214 … <?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>