From 94dc961c4df79261d8cccd13087263c9b2a30233 Mon Sep 17 00:00:00 2001 From: Deltacms Date: Mon, 20 Feb 2023 17:03:38 +0100 Subject: [PATCH] suppression navstyle --- core/layout/main.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/layout/main.php b/core/layout/main.php index 56fa348..33304b1 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -84,10 +84,6 @@ else { echo ''; } getData(['theme', 'menu', 'position']) === 'body-first' || $this->getData(['theme', 'menu', 'position']) === 'top' ): // Menu dans le fond du site avant la bannière et bannière limitée au site $navStyle = ''; - if( $this->getData(['theme', 'header', 'position'])==='body' && $this->getData(['theme', 'header', 'wide'])==='container' - && $this->getData(['theme', 'menu', 'position']) === 'body-first'){ - $navStyle = 'style="max-width:'. $this->getData(['theme', 'site', 'width']) . '; display: block; margin: auto;"'; - } ?> getData(['theme', 'menu', 'position']) === 'top' AND $this->getData(['theme', 'menu', 'fixed']) === true @@ -130,9 +126,6 @@ else { echo ''; } getData(['theme', 'menu', 'position']) === 'body-second'): // Menu dans le fond du site après la bannière et bannière limitée au site $navStyle = ''; - if( $this->getData(['theme', 'header', 'position'])==='body' && $this->getData(['theme', 'header', 'wide'])==='container' ){ - $navStyle = 'style="max-width:'. $this->getData(['theme', 'site', 'width']) . '; display: block; margin: auto;"'; - } ?>