瀏覽代碼

Code source : dépôt privé

feature/souke
Guillaume Bourgeois 9 月之前
父節點
當前提交
911c2abd25
共有 2 個檔案被更改,包括 4 行新增4 行删除
  1. +2
    -2
      frontend/controllers/SiteController.php
  2. +2
    -2
      frontend/views/layouts/main.php

+ 2
- 2
frontend/controllers/SiteController.php 查看文件

@@ -217,10 +217,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 查看文件

@@ -175,8 +175,8 @@ $adminSettingBag = $settingModule->getAdminSettingBag();
<!--<a href="<?php echo $adminSettingBag->get('forumFlarumUrl'); ?>">Forum</a> <span class="bull">&bull;</span>-->
<?php endif; ?>
<a href="<?php echo $this->getUrlManager()->createUrl('site/mentions'); ?>">Mentions légales</a> <span 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>
<a href="<?php echo $this->getUrlManager()->createUrl('site/cgv'); ?>">Conditions générales de service</a>
<!--<a href="<?php echo $this->getUrlManager()->createUrl('site/source-code'); ?>">Code source</a>-->
</div>
</footer>


Loading…
取消
儲存