bug position du menu par rapport à la bannière
This commit is contained in:
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
|
// Modification de la position du menu selon la position de la bannière
|
||||||
if ( $this->getInput('themeHeaderPosition') &&
|
if ( $this->getInput('themeHeaderPosition') &&
|
||||||
$this->getData(['theme','menu','position']) !== 'site' &&
|
( $this->getData(['theme','menu','position']) !== 'site' ||
|
||||||
$this->getData(['theme','menu','position']) !== 'top' )
|
$this->getData(['theme','menu','position']) !== 'top') )
|
||||||
{
|
{
|
||||||
switch ($this->getInput('themeHeaderPosition')) {
|
switch ($this->getInput('themeHeaderPosition')) {
|
||||||
case 'site' :
|
case 'site' :
|
||||||
|
Loading…
Reference in New Issue
Block a user