Browse Source

Merge branch 'develop'

master
Guillaume Bourgeois 3 weeks ago
parent
commit
2671a9b894
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      frontend/views/layouts/main.php

+ 2
- 2
frontend/views/layouts/main.php View File

@@ -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…
Cancel
Save