Kaynağa Gözat

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

develop
Guillaume Bourgeois 2 ay önce
ebeveyn
işleme
3c54d14a1f
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. +6
    -0
      frontend/views/layouts/main.php

+ 6
- 0
frontend/views/layouts/main.php Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet