diff --git a/build/portal/html/install/index.php b/build/portal/html/install/index.php index f737d16..9a0ab60 100644 --- a/build/portal/html/install/index.php +++ b/build/portal/html/install/index.php @@ -427,6 +427,7 @@ EOF; $common->addSetting('timeZone', $_POST['timeZone']); $common->addSetting('enableWebNotifications', FALSE); $common->addSetting('googleMapsApiKey', ''); + $common->addSetting("hideNavbarAndFooter", "FALSE"); if ($_POST['driver'] == "xml") $common->addSetting('enableFlights', FALSE);