Browse Source

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

master
Anika Henke 12 years ago
parent
commit
adfd1d4553
  1. 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…
Cancel
Save