Commit a04737b23f3f8f5cb18e26f9a0a7c0bc149208cb

Authored by Eugeny Galkovskiy
1 parent 48216617

Вместо ссылки - модалка

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/page/view.php
... ... @@ -123,7 +123,7 @@ _________________________________________________________ -->
123 123 <div id="get-it" class="pages">
124 124 <div class="container">
125 125 <div class="col-md-12 col-sm-12" style="text-align: center;">
126   - <a href="/site/appment" class="btn bnm btn-template-transparent-primary" style="font-size:18px;" data-title="<?php echo $seo->title;?>">Записаться на приём</a>
  126 + <a href="#" class="btn bnm btn-template-transparent-primary" data-form="appointment-modal" data-modalname="Записаться на приём">Записаться на прием</a>
127 127 </div>
128 128 </div>
129 129 </div>
130 130 \ No newline at end of file
... ...