added option to disable the autocollapsing of the sidebar

This commit is contained in:
Andreas Gohr 2021-07-06 12:27:06 +02:00
commit 3e1e2a1f18
6 changed files with 22 additions and 1 deletions

View file

@ -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'); ?>">