switched tpl_sidebar() back to tpl_include_page() and added sidebar include files

This commit is contained in:
Anika Henke 2012-10-08 00:06:30 +01:00
parent 39244ba627
commit adfd1d4553

View file

@ -113,7 +113,9 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER
<!-- ********** ASIDE ********** -->
<div id="dokuwiki__aside"><div class="pad include">
<?php tpl_sidebar() /* includes the nearest sidebar page */ ?>
<?php tpl_includeFile('sidebarheader.html') ?>
<?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>
<?php tpl_includeFile('sidebarfooter.html') ?>
<div class="clearer"></div>
</div></div><!-- /aside -->