xref: /template/readthedokus/tpl_parts/tpl_sidebar.html (revision 8dab89dff7d7a27dcacf1cfbfe1a3805b0791127)
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_sidebarheader.html') ?>
5	<?php tpl_includeFile('sidebarheader.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('sidebarfooter.html') ?>
11	<?php tpl_includeFile('tpl_parts/tpl_sidebarfooter.html') ?>
12</div></nav>
13