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();?>