Explorar el Código

Merge branch 'develop'

master
Guillaume Bourgeois hace 4 semanas
padre
commit
ac320ae8d9
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