mirror of
https://github.com/friendica/friendica
synced 2024-11-18 08:23:53 +00:00
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"]);
|
||||
$disable = $scheme_info["overwrites"];
|
||||
if (!is_array($disable)) $disable = array();
|
||||
|
||||
$scheme_choices = array();
|
||||
$scheme_choices["---"] = t("Default");
|
||||
|
|
|
@ -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)){
|
||||
|
|
Loading…
Reference in a new issue