diff --git a/core/layout/main.php b/core/layout/main.php index 7a745830..a308f443 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -56,7 +56,7 @@ $menuClass = $this->getData(['theme', 'menu', 'position']) === 'top' ? 'class="container-large"' : 'class="container"'; $menuClass = ($this->getData(['theme', 'menu', 'position']) === 'body-first' || $this->getData(['theme', 'menu', 'position']) === 'body-second' ) && - $this->getData(['theme', 'menu', 'width']) === 'none' // étendue sur la page + $this->getData(['theme', 'menu', 'wide']) === 'none' // étendue sur la page ? 'class="container-large"' : 'class="container"'; ?>