Merge pull request #2534 from fabrixxm/frio-smallfixes

Small fixes to Frio theme
This commit is contained in:
Michael Vogel 2016-05-28 10:08:25 +02:00
commit 79517cb7d2
2 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,7 @@ function frio_form(&$a, $arr) {
$scheme_info = get_schema_info($arr["schema"]);
$disable = $scheme_info["overwrites"];
if (!is_array($disable)) $disable = array();
$scheme_choices = array();
$scheme_choices["---"] = t("Default");

View File

@ -44,7 +44,6 @@ else
echo"<body id=\"top\">";
}
?>
<?php if($_SERVER['REQUEST_URI'] == "/"){header('Location: /login');} ?>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<?php
if(x($page,'nav') && (!$minimal)){