switched tpl_sidebar() back to tpl_include_page() and added sidebar include files
This commit is contained in:
parent
39244ba627
commit
adfd1d4553
1 changed files with 3 additions and 1 deletions
4
main.php
4
main.php
|
|
@ -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 -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue