new structure
This commit is contained in:
parent
da7e18f852
commit
d0b97fa27f
12 changed files with 206 additions and 100 deletions
7
tpl/nav-main.php
Normal file
7
tpl/nav-main.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue