소스 검색

Merge branch 'develop'

master
Guillaume Bourgeois 1 개월 전
부모
커밋
2671a9b894
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      frontend/views/layouts/main.php

+ 2
- 2
frontend/views/layouts/main.php 파일 보기

@@ -171,8 +171,8 @@ $adminSettingBag = $settingModule->getAdminSettingBag();
<div class="container">
<a href="<?php echo $this->getUrlManager()->createUrl('site/service'); ?>">Fonctionnalités, services &
tarifs</a> <span class="bull">&bull;</span>
<a href="<?php echo $this->getUrlManager()->createUrl('site/opinion'); ?>">Avis & suggestions</a> <span
class="bull">&bull;</span>
<!--<a href="<?php echo $this->getUrlManager()->createUrl('site/opinion'); ?>">Avis & suggestions</a> <span
class="bull">&bull;</span>-->
<?php if ($adminSettingBag->get('forumFlarumUrl')): ?>
<!--<a href="<?php echo $adminSettingBag->get('forumFlarumUrl'); ?>">Forum</a> <span class="bull">&bull;</span>-->
<?php endif; ?>

Loading…
취소
저장