1<div class="header"> 2 <div class="titlebar"> 3 <div class="search"><?php tpl_searchform(true, false); ?></div> 4 <div class="title"><?php tpl_link(DOKU_BASE, $conf['title'], 'title="'.$conf['title'].'"');?> | </div> 5 <div class="pagetitle"><?php tpl_pagetitle(); ?></div> 6 </div> 7 <div class="subtitlebar"> 8 <div class="user icon_buttons"><?php tpl_userinfo(); tpl_button('login'); ?></div> 9 <div class="breadcrumb"> 10 <?php 11 if($conf['youarehere']) { 12 tpl_youarehere(' » '); 13 } else { 14 tpl_breadcrumbs(' » '); 15 } 16 ?></div> 17 </div> 18</div> 19