Skip to content

Commit dcfb2e5

Browse files
committed
Show sidebar regardless of page mode
1 parent 94ba5e7 commit dcfb2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@require_once dirname(__FILE__) . '/tpl_functions.php'; /* include hook for template functions */
77

88
$showTools = !tpl_getConf('hideTools') || (tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USER']));
9-
$showSidebar = page_findnearest($conf['sidebar']) && ($ACT == 'show');
9+
$showSidebar = page_findnearest($conf['sidebar']);
1010
$showIcon = tpl_getConf('showIcon');
1111
$showBackground = tpl_getConf('headerBackgroundImage');
1212
?>

0 commit comments

Comments
 (0)