Pārlūkot izejas kodu

Installer le système de chat

prodstable
keun pirms 8 gadiem
vecāks
revīzija
abe2f6e93b
3 mainītis faili ar 7 papildinājumiem un 4 dzēšanām
  1. +3
    -0
      backend/views/layouts/main.php
  2. +3
    -0
      frontend/views/layouts/main.php
  3. +1
    -4
      frontend/views/site/signup.php

+ 3
- 0
backend/views/layouts/main.php Parādīt failu

@@ -85,6 +85,9 @@ AppAsset::register($this);
</footer>

<?php $this->endBody() ?>
<!-- chat -->
<script src="//code.tidio.co/gngxwpdobb64cpvhd8patajpurs5feom.js"></script>
</body>
</html>
<?php $this->endPage() ?>

+ 3
- 0
frontend/views/layouts/main.php Parādīt failu

@@ -74,6 +74,9 @@ AppAsset::register($this);
</footer>
<?php $this->endBody() ?>
<!-- chat -->
<script src="//code.tidio.co/gngxwpdobb64cpvhd8patajpurs5feom.js"></script>
</body>
</html>
<?php $this->endPage() ?>

+ 1
- 4
frontend/views/site/signup.php Parādīt failu

@@ -11,10 +11,7 @@ $this->params['breadcrumbs'][] = $this->title;
?>
<div class="site-signup">
<h1 class="title-systeme-commande"><span class="glyphicon glyphicon-user"></span>&nbsp;&nbsp;<?= Html::encode($this->title) ?></h1>

<p>Veuillez remplir les champs suivants afin de créer votre compte.<br />
Tous les champs sont obligatoires.</p>

<div class="row">
<div class="col-lg-5">
<?php $form = ActiveForm::begin(['id' => 'form-signup','enableClientValidation'=> false]); ?>

Notiek ielāde…
Atcelt
Saglabāt