Explorar el Código

[Accueil] Menu : ajout élément menu "Fonctionnalités"

develop
Guillaume Bourgeois hace 4 semanas
padre
commit
3c54d14a1f
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      frontend/views/layouts/main.php

+ 6
- 0
frontend/views/layouts/main.php Ver fichero

@@ -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']),

Cargando…
Cancelar
Guardar