diff --git a/core/layout/main.php b/core/layout/main.php index ec96ebb..f751635 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -148,7 +148,7 @@ 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 = 'toto'; + $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;"'; }