Skip to content

Commit

Permalink
Show sidebar regardless of page mode
Browse files Browse the repository at this point in the history
  • Loading branch information
solarkraft committed Oct 22, 2021
1 parent 94ba5e7 commit dcfb2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@require_once dirname(__FILE__) . '/tpl_functions.php'; /* include hook for template functions */

$showTools = !tpl_getConf('hideTools') || (tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USER']));
$showSidebar = page_findnearest($conf['sidebar']) && ($ACT == 'show');
$showSidebar = page_findnearest($conf['sidebar']);
$showIcon = tpl_getConf('showIcon');
$showBackground = tpl_getConf('headerBackgroundImage');
?>
Expand Down

0 comments on commit dcfb2e5

Please sign in to comment.