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

View file

@ -1,7 +1,10 @@
<?php
if (!defined('DOKU_INC')) die();
?>
<nav class="nav-main">
<h6 class="sr-only" role="heading" aria-level="2"><?php echo $lang['site_tools']; ?></h6>
<?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>
</nav>
echo "<nav class=\"nav-main\">";
echo "<h6 class=\"sr-only\" role=\"heading\" aria-level=\"2\">".tpl_getLang('head_menu_main')."</h6>";
echo PHP_EOL;
tpl_include_page($conf['sidebar'], 1, 1);
echo PHP_EOL;
echo "</nav>";