From 8e4c88d1e00f93268debcf4617b8583a1c8a88e9 Mon Sep 17 00:00:00 2001 From: Deltacms Date: Fri, 17 Feb 2023 18:35:53 +0100 Subject: [PATCH] pas toto --- core/layout/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;"'; }