diff --git a/core/core.php b/core/core.php index e0488470..3b2875e0 100755 --- a/core/core.php +++ b/core/core.php @@ -1392,7 +1392,6 @@ 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 46e470bd..f814c349 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -25,12 +25,16 @@ }?> + getUser('group') > self::GROUP_MEMBER): ?> showBar(); ?> + + showNotification(); ?> - getData(['theme', 'menu', 'position']) === 'body-first' || $this->getData(['theme', 'menu', 'position']) === 'top' ): ?> - + + + getData(['theme', 'menu', 'position']) === 'body-first' || $this->getData(['theme', 'menu', 'position']) === 'top' ): ?> getData(['theme', 'menu', 'position']) === 'top' @@ -51,8 +55,9 @@ - getData(['theme', 'header', 'position']) === 'body'): ?> - + + + getData(['theme', 'header', 'position']) === 'body'): ?>
getData(['theme', 'header', 'tinyHidden']) === true): ?>class="bannerDisplay"> getData(['theme','header','linkHomePage']) ? '' : ''; ?> @@ -71,8 +76,9 @@
+ getData(['theme', 'menu', 'position']) === 'body-second'): ?> - + +
getData(['theme', 'menu', 'position']) === 'site-first'): ?> @@ -136,12 +143,21 @@ + showSection();?> + showFooter();?> - -
- showScript();?> + + + getData(['theme', 'footer', 'position']) === 'site'? '
' : '';?> + + +
+ + + showScript();?> + \ No newline at end of file