diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index ff9e1e0..651e4a0 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -122,8 +122,8 @@ ->setHeight(44) ->renderImage( [ - #'alt' => $settings->name, - 'alt'=>\Yii::t('app','ABC short'), + 'alt' => $settings->name, + #'alt'=>\Yii::t('app','ABC short'), 'title'=>\Yii::t('app','ABC short') ] ); -- libgit2 0.21.4