diff --git a/core/layout/main.php b/core/layout/main.php
index c8930289..2938ada4 100755
--- a/core/layout/main.php
+++ b/core/layout/main.php
@@ -1,158 +1,172 @@
-
-
-
-
-
- getData(['theme', 'menu', 'position']) === 'site-first'): ?>
-
-
-
- getData(['theme', 'header', 'position']) === 'site'
- // Affiche toujours la bannière pour l'édition du thème
- OR (
- $this->getData(['theme', 'header', 'position']) === 'hide'
- AND $this->getUrl(0) === 'theme'
- )
- ): ?>
-
-
-
- getData(['theme', 'menu', 'position']) === 'site-second'
- // Affiche toujours le menu pour l'édition du thème
- OR (
- $this->getData(['theme', 'menu', 'position']) === 'hide'
- AND $this->getUrl(0) === 'theme'
- )
- ): ?>
-
-
-
-
-
- getData(['theme', 'footer', 'position']) === 'site'
- // Affiche toujours le pied de page pour l'édition du thème
- OR (
- $this->getData(['theme', 'footer', 'position']) === 'hide'
- AND $this->getUrl(0) === 'theme'
- )
- ): ?>
-
-
-
-
-getData(['theme', 'footer', 'position']) === 'body'): ?>
-
-