Commit 3d1f5c55baccc63c5a918000b428efbe746976a1
1 parent
1de79718
Услуги - записаться на приём
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
frontend/views/page/view.php
| ... | ... | @@ -118,3 +118,12 @@ _________________________________________________________ --> |
| 118 | 118 | <!-- /.container --> |
| 119 | 119 | </div> |
| 120 | 120 | <!-- /#content --> |
| 121 | + | |
| 122 | + | |
| 123 | +<div id="get-it"> | |
| 124 | + <div class="container"> | |
| 125 | + <div class="col-md-12 col-sm-12" style="text-align: center;"> | |
| 126 | + <a href="#" class="btn bnm btn-template-transparent-primary modal-link" style="font-size:18px;" data-title="<?php echo $seo->title;?>" data-form="booknow-modal">Записаться на приём</a> | |
| 127 | + </div> | |
| 128 | + </div> | |
| 129 | +</div> | |
| 121 | 130 | \ No newline at end of file | ... | ... |