Guillaume Bourgeois 3 тижднів тому
джерело
коміт
9614970334
2 змінених файлів з 4 додано та 4 видалено
  1. +2
    -2
      frontend/controllers/SiteController.php
  2. +2
    -2
      frontend/views/layouts/main.php

+ 2
- 2
frontend/controllers/SiteController.php Переглянути файл

@@ -220,10 +220,10 @@ class SiteController extends FrontendController
]);
}

/*public function actionSourceCode()
public function actionSourceCode()
{
return $this->render('source_code');
}*/
}

/**
* Liste les producteurs utilisant la plateforme.

+ 2
- 2
frontend/views/layouts/main.php Переглянути файл

@@ -180,8 +180,8 @@ $adminSettingBag = $settingModule->getAdminSettingBag();
class="bull">&bull;</span>
<a href="<?php echo $this->getUrlManager()->createUrl('site/cgv'); ?>">Conditions générales de service</a>

<!--<span class="bull">&bull;</span>
<a href="<?php echo $this->getUrlManager()->createUrl('site/source-code'); ?>">Code source</a>-->
<span class="bull">&bull;</span>
<a href="<?php echo $this->getUrlManager()->createUrl('site/source-code'); ?>">Code source</a>
</div>
</footer>
</div>

Завантаження…
Відмінити
Зберегти