SPR-814: bugfix for content toggle / sidebar section toggle in detail template

This commit is contained in:
Jana Deutschländer 2017-04-20 11:42:42 +02:00
commit 6db1065031
2 changed files with 11 additions and 6 deletions

View file

@ -21,7 +21,7 @@ if (empty($JSINFO['template'])) {
$JSINFO['template']['sprintdoc'] = array('sidebar_toggle_elements' => tpl_getConf('sidebar_sections'));
$showTools = true;
$showSidebar = true; /* */
$showSidebar = true;
?>
<html class="edge no-js" lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>">
<head>