Searched +full:youarehere -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 4 of 4) sorted by relevance
76 <?php if ($conf['breadcrumbs'] || $conf['youarehere']) : ?>78 <?php if ($conf['youarehere']) : ?>79 <div class="youarehere"><?php tpl_youarehere() ?></div>
35 $conf['youarehere'] = 0; //show "You are here" navigation? 0|1
104 $meta['youarehere'] = ['onoff'];
851 if (!$conf['youarehere']) return false;861 $out .= '<span class="bchead">' . $lang['youarehere'] . ' </span>';