Home
last modified time | relevance | path

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

/dokuwiki/lib/tpl/dokuwiki/
H A Dtpl_header.php76 <?php if ($conf['breadcrumbs'] || $conf['youarehere']) : ?>
78 <?php if ($conf['youarehere']) : ?>
79 <div class="youarehere"><?php tpl_youarehere() ?></div>
/dokuwiki/conf/
H A Ddokuwiki.php35 $conf['youarehere'] = 0; //show "You are here" navigation? 0|1
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php104 $meta['youarehere'] = ['onoff'];
/dokuwiki/inc/
H A Dtemplate.php850 if (!$conf['youarehere']) return false;
860 $out .= '<span class="bchead">' . $lang['youarehere'] . ' </span>';