made sidebar content styles re-usable outside of ID (added class: aside)
This commit is contained in:
parent
0893938a32
commit
e4cfe7748c
2 changed files with 24 additions and 24 deletions
2
main.php
2
main.php
|
|
@ -117,7 +117,7 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
|||
|
||||
<!-- ********** ASIDE ********** -->
|
||||
<?php if ($showSidebar): ?>
|
||||
<div id="dokuwiki__aside"><div class="pad include">
|
||||
<div id="dokuwiki__aside"><div class="pad aside include group">
|
||||
<?php tpl_includeFile('sidebarheader.html') ?>
|
||||
<?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>
|
||||
<?php tpl_includeFile('sidebarfooter.html') ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue