Browse Source

Merge branch 'develop'

master
Guillaume Bourgeois 4 weeks ago
parent
commit
ac320ae8d9
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      frontend/views/layouts/main.php

+ 6
- 0
frontend/views/layouts/main.php View File

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

Loading…
Cancel
Save