added option to disable the autocollapsing of the sidebar
This commit is contained in:
parent
049cbbfef7
commit
3e1e2a1f18
6 changed files with 22 additions and 1 deletions
2
main.php
2
main.php
|
@ -68,7 +68,7 @@ $showSidebar = true;
|
|||
|
||||
|
||||
/* #dokuwiki__top used as anchor for "back to top" button/link links */
|
||||
$classWideContent = ($ACT === "show") ? "": "wide-content ";
|
||||
$classWideContent = (Template::getInstance())->fullWidthClass();
|
||||
?>
|
||||
<body id="dokuwiki__top" class="<?php echo ($ACT) ? 'do-'.$ACT : 'do-none'; ?> <?php echo $classWideContent; ?><?php echo ($showSidebar) ? 'showSidebar' : ''; ?> <?php echo tpl_getConf('header_layout'); ?>">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue