From 85dc3a3386923b38fc6cf2f739bd03395a14978c Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 24 Oct 2021 18:01:13 +0200 Subject: [PATCH] =?UTF-8?q?init=20=C3=A0=20tester?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/main.php | 113 +++++++++++++++++-------------------------- 1 file changed, 44 insertions(+), 69 deletions(-) diff --git a/core/layout/main.php b/core/layout/main.php index 32f18d6a..51e43f29 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -44,13 +44,9 @@ ?>
- getData(['theme','menu','burgerTitle']) === true ): ?> -
getData(['locale', 'title']);?>
- + getData(['theme','menu','burgerTitle']) ? '
' . $this->getData(['locale', 'title']) . '
' : '' ;?>
- '; - } ?> + getData(['theme', 'footer', 'position']) === 'site'? '' : '';?>
showScript();?> - + \ No newline at end of file