浏览代码

[Frontend] Contact : suppression des numéros de téléphone de contact

dev
Guillaume 3 年前
父节点
当前提交
08bfef7458
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      frontend/views/site/contact.php

+ 2
- 2
frontend/views/site/contact.php 查看文件

@@ -57,7 +57,7 @@ $this->params['breadcrumbs'][] = $this->title;
<div class="row">
<div class="col-lg-5">
<h2>par téléphone</h2>
<!--<h2>par téléphone</h2>
<p id="contact-phone">
Guillaume Bourgeois<br />
<span class="glyphicon glyphicon-phone"></span> 06 84 59 71 79
@@ -65,7 +65,7 @@ $this->params['breadcrumbs'][] = $this->title;
<br /><br />
Fabien Normand<br />
<span class="glyphicon glyphicon-phone"></span> 07 81 99 97 01
</p>
</p>-->
<h2>Par email</h2>
<?php $form = ActiveForm::begin(['id' => 'contact-form']); ?>

正在加载...
取消
保存