bug position du menu par rapport à la bannière

This commit is contained in:
Fred Tempez 2021-03-22 13:39:24 +01:00
parent fed8fb6ab1
commit 0cb9de7b8e
1 changed files with 2 additions and 2 deletions

View File

@ -425,8 +425,8 @@ class theme extends common {
]]);
// Modification de la position du menu selon la position de la bannière
if ( $this->getInput('themeHeaderPosition') &&
$this->getData(['theme','menu','position']) !== 'site' &&
$this->getData(['theme','menu','position']) !== 'top' )
( $this->getData(['theme','menu','position']) !== 'site' ||
$this->getData(['theme','menu','position']) !== 'top') )
{
switch ($this->getInput('themeHeaderPosition')) {
case 'site' :