Commit 78ba962562121ee121eca30bbba708f0f286b08f

Authored by alex
1 parent 36b253c7

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

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -122,8 +122,8 @@
122 122 ->setHeight(44)
123 123 ->renderImage(
124 124 [
125   - #'alt' => $settings->name,
126   - 'alt'=>\Yii::t('app','ABC short'),
  125 + 'alt' => $settings->name,
  126 + #'alt'=>\Yii::t('app','ABC short'),
127 127 'title'=>\Yii::t('app','ABC short')
128 128 ]
129 129 );
... ...