diff --git a/view/theme/frio/php/default.php b/view/theme/frio/php/default.php index 56118cc90e..87ccf3dc1a 100644 --- a/view/theme/frio/php/default.php +++ b/view/theme/frio/php/default.php @@ -4,20 +4,17 @@ * @brief The default site template */ ?> - - - - <?php if(x($page,'title')) echo $page['title'] ?> - + @@ -31,8 +28,6 @@ if(x($page,'htmlhead')) echo $page['htmlhead']; } ?> - - - diff --git a/view/theme/frio/php/standard.php b/view/theme/frio/php/standard.php index 491fa9d5b0..9e3d2ca638 100644 --- a/view/theme/frio/php/standard.php +++ b/view/theme/frio/php/standard.php @@ -4,21 +4,17 @@ * @brief The default site template */ ?> - - <?php if(x($page,'title')) echo $page['title'] ?> - + - - "; @@ -54,7 +50,6 @@ "; ?> - @@ -80,7 +75,7 @@ }) }) } - + $('textarea').enterKey(function() {$(this).closest('form').submit(); }, 'ctrl') $('input').enterKey(function() {$(this).closest('form').submit(); }, 'ctrl') @@ -126,7 +121,5 @@ $("nav").bind('nav-update', function(e,data) - -