diff options
author | Anika Henke <anika@selfthinker.org> | 2012-04-22 21:19:59 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-04-22 21:19:59 +0100 |
commit | 48722ac855c79944285cbe8958fe5ed03bd835ed (patch) | |
tree | 4e54db680fb05a2a4217956f7c384aa60a84085b /lib/tpl/dokuwiki/main.php | |
parent | 5dcb125169a39581162871578f00a8da6c7c10dd (diff) | |
download | rpg-48722ac855c79944285cbe8958fe5ed03bd835ed.tar.gz rpg-48722ac855c79944285cbe8958fe5ed03bd835ed.tar.bz2 |
improved toc changes and sidebar toggling
Diffstat (limited to 'lib/tpl/dokuwiki/main.php')
-rw-r--r-- | lib/tpl/dokuwiki/main.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tpl/dokuwiki/main.php b/lib/tpl/dokuwiki/main.php index 4883cc5f0..d8e85850f 100644 --- a/lib/tpl/dokuwiki/main.php +++ b/lib/tpl/dokuwiki/main.php @@ -37,8 +37,8 @@ $showSidebar = $conf['sidebar'] && page_exists($conf['sidebar']) && ($ACT=='show <?php if($showSidebar): ?> <!-- ********** ASIDE ********** --> <div id="dokuwiki__aside"><div class="pad include group"> - <h3 class="aside a11y"><?php echo hsc(ucfirst($conf['sidebar'])) ?></h3> - <div class="aside group"> + <h3 class="toggle"><?php echo hsc(ucfirst($conf['sidebar'])) ?></h3> + <div class="content"> <?php tpl_flush() ?> <?php tpl_includeFile('sidebarheader.html') ?> <?php tpl_include_page($conf['sidebar']) ?> |