Browse Source

Suppression chat

prodstable
keun 7 years ago
parent
commit
de6ec6f503
2 changed files with 0 additions and 10 deletions
  1. +0
    -5
      backend/views/layouts/main.php
  2. +0
    -5
      frontend/views/layouts/main.php

+ 0
- 5
backend/views/layouts/main.php View File



<?php $this->endBody() ?> <?php $this->endBody() ?>
<!-- chat -->
<?php if(!Yii::$app->user->isGuest && Yii::$app->user->identity->isBoulanger()): ?>
<script src="//code.tidio.co/gngxwpdobb64cpvhd8patajpurs5feom.js"></script>
<?php endif; ?>
<!-- analytics --> <!-- analytics -->
<script> <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

+ 0
- 5
frontend/views/layouts/main.php View File

</footer> </footer>
<?php $this->endBody() ?> <?php $this->endBody() ?>
<!-- chat -->
<?php if(!Yii::$app->user->isGuest && Yii::$app->user->identity->isBoulanger()): ?>
<script src="//code.tidio.co/gngxwpdobb64cpvhd8patajpurs5feom.js"></script>
<?php endif; ?>
<!-- analytics --> <!-- analytics -->
<script> <script>

Loading…
Cancel
Save