diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index 79f01070..fe98fa48 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -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([