This commit is contained in:
Deltacms 2023-02-17 18:35:53 +01:00
parent a433f8f4e6
commit 8e4c88d1e0
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ else { echo '<html lang="'.$lang.'">'; }
<!-- Menu dans le fond du site après la bannière -->
<?php if( $this->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;"';
}