Commit 1367d048a7710efe49fd8883d917954aa5a8469e

Authored by Anastasia
2 parents e0b4c4c7 c80e1c83

Merge remote-tracking branch 'origin/clinica_translate' into clinica_translate

# Conflicts:
#	frontend/views/site/contact.php
#	frontend/views/site/index.php
Showing 2 changed files with 3 additions and 2 deletions   Show diff stats
clinica @ 8b1b0efde22
  1 +Subproject commit 8b1b0efde228ff71e43eba90086e0c15392645cc
... ...
frontend/views/layouts/main.php
... ... @@ -139,7 +139,7 @@
139 139 </div>
140 140  
141 141 <div class="hidden-xs btn-header-wr">
142   - <span class="btn_ modal-link" data-form="write-to"><?= \Yii::t('app', 'Make an appointment') ?></span>
  142 + <span class="btn_ modal-link" data-form="write-to"><?=\Yii::t('app', 'Make an appointment') ?></span>
143 143 </div>
144 144  
145 145 <ul class="hidden-xs hidden-sm">
... ... @@ -369,7 +369,7 @@
369 369 </div>
370 370 <div class="row">
371 371 <div class="col-xs-12 col-sm-12 studio-wrapp">
372   - <div class="all-rights-txt">©<?=\Yii::t('app','All rights reserved');?> , 2018. ABClinic</div>
  372 + <div class="all-rights-txt">© <?=\Yii::t('app','All rights reserved');?> , 2018. ABClinic</div>
373 373 <div class="link-studio">
374 374 <a href="http://artweb.ua"><?=\Yii::t('app','Creating sites');?></a>
375 375 </div>
... ...