SPR-814: bugfix for content toggle / sidebar section toggle in detail template
This commit is contained in:
parent
1741a375bc
commit
6db1065031
2 changed files with 11 additions and 6 deletions
2
main.php
2
main.php
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue