소스 검색

Licence CeCILL

develop
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>

Loading…
취소
저장