Merge pull request #2534 from fabrixxm/frio-smallfixes
Small fixes to Frio theme
This commit is contained in:
commit
79517cb7d2
2 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,7 @@ function frio_form(&$a, $arr) {
|
||||||
|
|
||||||
$scheme_info = get_schema_info($arr["schema"]);
|
$scheme_info = get_schema_info($arr["schema"]);
|
||||||
$disable = $scheme_info["overwrites"];
|
$disable = $scheme_info["overwrites"];
|
||||||
|
if (!is_array($disable)) $disable = array();
|
||||||
|
|
||||||
$scheme_choices = array();
|
$scheme_choices = array();
|
||||||
$scheme_choices["---"] = t("Default");
|
$scheme_choices["---"] = t("Default");
|
||||||
|
|
|
@ -44,7 +44,6 @@ else
|
||||||
echo"<body id=\"top\">";
|
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>
|
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
|
||||||
<?php
|
<?php
|
||||||
if(x($page,'nav') && (!$minimal)){
|
if(x($page,'nav') && (!$minimal)){
|
||||||
|
|
Loading…
Reference in a new issue