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 @@ - - - - - - - showMetaTitle(); ?> - showMetaDescription(); ?> - showFavicon(); ?> - showVendor(); ?> - - - - - -showStyle(); ?> -showBar(); ?> -showNotification(); ?> -getData(['theme', 'menu', 'position']) === 'body-first' || $this->getData(['theme', 'menu', 'position']) === 'body-top' ): ?> - - - -getData(['theme', 'header', 'position']) === 'body'): ?> - -
- getData(['theme', 'header', 'textHide']) === false - // Affiche toujours le titre de la bannière pour l'édition du thème - OR ($this->getUrl(0) === 'theme' AND $this->getUrl(1) === 'header') - ): ?> - - getData(['theme','header','linkHome'])){ - echo "" ;} ?> - - -
- getData(['config', 'title']); ?> -
- - getData(['theme','header','linkHome'])){echo "
";} - ?> - - - -
- -getData(['theme', 'menu', 'position']) === 'body-second'): ?> - - - - -
- 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', 'header', 'position']) === 'hide'): ?>class="displayNone"> - getData(['theme', 'header', 'textHide']) === false - // Affiche toujours le titre de la bannière pour l'édition du thème - OR ($this->getUrl(0) === 'theme' AND $this->getUrl(1) === 'header') - ): ?> - - getData(['theme','header','linkHome'])){ - echo "" ;} ?> -
- getData(['config', 'title']); ?> -
- getData(['theme','header','linkHome'])){echo "
";} - ?> - - - -
- - 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' - ) - ): ?> - - - - -
showContent(); ?>
- 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'): ?> - - - - -
-showAnalytics(); ?> -showScript(); ?> - + + + + + + + showMetaTitle(); ?> + showMetaDescription(); ?> + showFavicon(); ?> + showVendor(); ?> + + + + + +showStyle(); ?> +showBar(); ?> +showNotification(); ?> +getData(['theme', 'menu', 'position']) === 'body-first' || $this->getData(['theme', 'menu', 'position']) === 'body-top' ): ?> + + + +getData(['theme', 'header', 'position']) === 'body'): ?> + + + + getData(['theme','header','linkHome'])){ + echo "" ;} ?> + + +
+ getData(['theme', 'header', 'textHide']) === false + // Affiche toujours le titre de la bannière pour l'édition du thème + OR ($this->getUrl(0) === 'theme' AND $this->getUrl(1) === 'header') + ): ?> + + +
+ getData(['config', 'title']); ?> +
+ + + +
+ + getData(['theme','header','linkHome'])){echo "
";} + ?> + + + +getData(['theme', 'menu', 'position']) === 'body-second'): ?> + + + + +
+ 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','header','linkHome'])){ + echo "" ;} ?> + + + +
getData(['theme', 'header', 'position']) === 'hide'): ?>class="displayNone"> + getData(['theme', 'header', 'textHide']) === false + // Affiche toujours le titre de la bannière pour l'édition du thème + OR ($this->getUrl(0) === 'theme' AND $this->getUrl(1) === 'header') + ): ?> + + getData(['theme','header','linkHome'])){ + echo "" ;} ?> +
+ getData(['config', 'title']); ?> +
+ getData(['theme','header','linkHome'])){echo "
";} + ?> + + + +
+ + + 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' + ) + ): ?> + + + + +
showContent(); ?>
+ 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'): ?> + + + + +
+showAnalytics(); ?> +showScript(); ?> + \ No newline at end of file