xref: /template/readthedokus/tpl_parts/tpl_sidebar.html (revision a73081da754a3e0df7bb861087089c0114ecc88c)
1<?php global $conf ?>
2
3<nav id="dokuwiki__aside" aria-label="<?php echo $lang['sidebar'] ?>"><div class="aside include group">
4	<?php tpl_includeFile('tpl_parts/tpl_sidebar-header.html') ?>
5	<?php tpl_includeFile('sidebar-header.html') ?>
6	<div style="display:none">
7		<?php tpl_toc()?>
8	</div>
9	<?php tpl_include_page($conf['sidebar'], 1, 1) ?>
10	<?php tpl_includeFile('sidebar-footer.html') ?>
11	<?php tpl_includeFile('tpl_parts/tpl_sidebar-footer.html') ?>
12</div></nav>
13