bug position du menu par rapport à la bannière

branche_v10
Fred Tempez 2 years ago
parent fed8fb6ab1
commit 0cb9de7b8e

@ -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' :

Loading…
Cancel
Save