From 9aeb4e188124142fbce94ca4136ffa40fd010c14 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 25 Oct 2021 17:54:59 +0200 Subject: [PATCH] =?UTF-8?q?une=20ligne=20d=C3=A9plac=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 1 + core/layout/main.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 3b2875e0..e0488470 100755 --- a/core/core.php +++ b/core/core.php @@ -1392,6 +1392,7 @@ class common { // Fermeture du contenaire echo ''; echo ''; + echo $this->getData(['theme', 'footer', 'position']) === 'site'? '' : ''; } /** diff --git a/core/layout/main.php b/core/layout/main.php index 2e5c8257..46e470bd 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -140,7 +140,6 @@ showSection();?> showFooter();?> - getData(['theme', 'footer', 'position']) === 'site'? '' : '';?>
showScript();?>