From 3f974478e0a501cf24c8129acd26ec3d5525ffad Mon Sep 17 00:00:00 2001 From: laf Date: Fri, 29 May 2015 01:17:23 +0100 Subject: [PATCH] When bare=yes is specified, enable more of a full screen look --- html/index.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index 3dbb4ea57..0e3d82cbb 100644 --- a/html/index.php +++ b/html/index.php @@ -174,6 +174,10 @@ if ((isset($vars['bare']) && $vars['bare'] != "yes") || !isset($vars['bare'])) { { include("includes/print-menubar.php"); } +} else { + echo ""; + } ?> @@ -270,7 +274,7 @@ if (isset($pagetitle) && is_array($pagetitle)) ?>