1 <header> 2 <div id="logo"><?php tpl_link(wl(),'<img src="'.ml('logo.png').'" alt="'.$conf['title'].'" />','') ?></div> 3 <h1><?php tpl_link(wl(), $conf['title'], 'accesskey="h" title="[H]"') ?></h1> 4 <?php if ($conf['tagline']): ?><p class="claim"><?php echo $conf['tagline'] ?></p><?php endif; ?> 5 6 </header> 7 <?php if ($showMenubar): ?><nav class="menubar"><div class="content"><?php tpl_flush() ?> 8 9 <!-- menubar start --><?php tpl_include_page(tpl_getConf('menubar'), 1, 1) ?> 10 <!-- menubar end --> 11 </div></nav> 12 <?php endif; ?> 13