From a966993c54c186e21d6a10c2414cbbfa170ec03b Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 12 Aug 2023 10:18:53 +0200 Subject: [PATCH] [frio] Add a
tag to the home page default template - This is required to make page wrapper display correctly --- view/theme/frio/php/default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/php/default.php b/view/theme/frio/php/default.php index a75207a20..74c30f6f7 100644 --- a/view/theme/frio/php/default.php +++ b/view/theme/frio/php/default.php @@ -137,12 +137,12 @@ $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser"; '; } else { echo ' -
'; +
'; if (!empty($page['content'])) { echo $page['content']; } echo ' -
+
'; } ?>