page tools / user tools

This commit is contained in:
Jana Deutschländer 2016-12-15 17:22:34 +01:00
commit cb680b1364
14 changed files with 242 additions and 92 deletions

11
tpl/nav-breadcrumb.php Normal file
View file

@ -0,0 +1,11 @@
<?php
if (!defined('DOKU_INC')) die();
if ($conf['breadcrumbs']): ?>
<div class="breadcrumbs">
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_breadcrumb') ?></h6>
<p><?php tpl_youarehere() ?></p>
</div>
<?php endif ?>