Commit 7f4150502f99508cfbad6795ea30b5b7effcbce3

Authored by alex
1 parent 78ba9625

исправления шапки 2

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
frontend/views/layouts/main.php
@@ -114,7 +114,8 @@ @@ -114,7 +114,8 @@
114 114
115 <?php 115 <?php
116 if ($settings->logo != null){ 116 if ($settings->logo != null){
117 - echo '<img src="/storage/logo/'.$settings->logo." alt='".\Yii::t('app','ABC short')."' 117 + echo
  118 + "<img src='/storage/logo/".$settings->logo."' alt='".\Yii::t('app','ABC short')."'
118 title='".\Yii::t('app','ABC short')."' 119 title='".\Yii::t('app','ABC short')."'
119 >"; 120 >";
120 }else{ 121 }else{