X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fphp%2Fstandard.php;h=71b5028a453b209549f4b1a74847611a8778542d;hb=cf9a65cded8e8f270aedbb3ba46d5fe2fe351b4c;hp=5535b9ed71340a9b5a628dfb2bbb56cde2af5dac;hpb=5e4eaa433b9b7f3887177d3be144ef951bf95e33;p=friendica.git diff --git a/view/theme/frio/php/standard.php b/view/theme/frio/php/standard.php index 5535b9ed71..71b5028a45 100644 --- a/view/theme/frio/php/standard.php +++ b/view/theme/frio/php/standard.php @@ -4,29 +4,25 @@ * @brief The default site template */ ?> - - - <?php if(x($page,'title')) echo $page['title'] ?> + <?php if(!empty($page['title'])) echo $page['title'] ?> - - - - get_baseurl(); ?> + + + + - - - + -"; + Skip to main content @@ -37,8 +33,8 @@ - "; if(x($page,'aside')) echo $page['aside']; echo" - "; if(x($page,'right_aside')) echo $page['right_aside']; echo" + "; if(!empty($page['aside'])) echo $page['aside']; echo" + "; if(!empty($page['right_aside'])) echo $page['right_aside']; echo" "; include('includes/photo_side.php'); echo" @@ -46,7 +42,7 @@
argv[0]; echo "-content-wrapper\">
"; - if(x($page,'content')) echo $page['content']; echo" + if(!empty($page['content'])) echo $page['content']; echo"
@@ -54,7 +50,6 @@ "; ?> - @@ -80,7 +75,7 @@ }) }) } - + $('textarea').enterKey(function() {$(this).closest('form').submit(); }, 'ctrl') $('input').enterKey(function() {$(this).closest('form').submit(); }, 'ctrl') @@ -111,7 +106,7 @@ $("nav").bind('nav-update', function(e,data) -