dokuwiki-template-sprintdoc.../tpl/nav-main.php
Jana Deutschländer d0b97fa27f new structure
2016-12-15 11:40:18 +01:00

7 lines
280 B
PHP

<?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>