[9.2.26] Position du menu lorsque le header est modifié
This commit is contained in:
parent
b1a411f8e7
commit
7422df69fa
@ -407,7 +407,11 @@ class theme extends common {
|
||||
'textAlign' => $this->getData(['theme', 'menu', 'textAlign']),
|
||||
'textColor' => $this->getData(['theme', 'menu', 'textColor']),
|
||||
'textTransform' => $this->getData(['theme','menu','textTransform']),
|
||||
'fixed' => $this->getData(['theme','menu','fixed'])
|
||||
'fixed' => $this->getData(['theme','menu','fixed']),
|
||||
'activeColorAuto' => $this->getData(['theme','menu','activeColorAuto']),
|
||||
'activeColor' => $this->getData(['theme','menu','activeColor']),
|
||||
'radius' => $this->getData(['theme','menu','radius']),
|
||||
'burgerTitle' => $this->getData(['theme','menu','burgerTitle'])
|
||||
]]);
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
|
Loading…
Reference in New Issue
Block a user