We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ba5e7 commit dcfb2e5Copy full SHA for dcfb2e5
main.php
@@ -6,7 +6,7 @@
6
@require_once dirname(__FILE__) . '/tpl_functions.php'; /* include hook for template functions */
7
8
$showTools = !tpl_getConf('hideTools') || (tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USER']));
9
-$showSidebar = page_findnearest($conf['sidebar']) && ($ACT == 'show');
+$showSidebar = page_findnearest($conf['sidebar']);
10
$showIcon = tpl_getConf('showIcon');
11
$showBackground = tpl_getConf('headerBackgroundImage');
12
?>
0 commit comments