additional sidebar menus

This commit is contained in:
Jana Deutschländer 2017-01-05 15:26:50 +01:00
commit fb0ec22f42
8 changed files with 54 additions and 4 deletions

11
tpl/nav-trace.php Executable file
View file

@ -0,0 +1,11 @@
<?php
if (!defined('DOKU_INC')) die();
if ($conf['useacl'] && $showTools): ?>
<nav class="nav-trace <?php echo $navClass?>">
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_menu_trace'); ?></h6>
<div class="trace"><p><?php tpl_breadcrumbs(); ?></p></div>
</nav><!-- #dokuwiki__usertools -->
<?php endif ?>