@@ -115,6 +115,12 @@ $adminSettingBag = $settingModule->getAdminSettingBag(); | |||
'active' => $this->getControllerAction() == 'site/iamproducer', | |||
'options' => ['id' => 'li-producteurs'] | |||
], | |||
[ | |||
'label' => 'Fonctionnalités', | |||
'url' => $this->getUrlManager()->createUrl(['site/service']), | |||
'active' => $this->getControllerAction() == 'site/service', | |||
'options' => ['id' => 'li-producteurs'] | |||
], | |||
[ | |||
'label' => 'À propos', | |||
'url' => $this->getUrlManager()->createUrl(['site/about']), |