#1005 - Правки по страницам

parent e37c50a1
<?php
return [
'Create Category' => 'Создать категорию',
'Create Content' => 'Добавить контент',
'Delete' => 'Удалить',
'Update' => 'Редактировать',
'Title' => 'Заголовок',
'Name' => 'Название',
'Url' => 'Ссылка',
'Category ID' => 'Категория',
'Active' => 'Активность',
'References about us' => 'Отзывы о нас',
'Look all reviews' => 'Смотреть все отзывы',
];
\ No newline at end of file
......@@ -13,7 +13,7 @@ $reviews = Reviews::find()
<div class="container">
<div class="row">
<div class="col-md-12 col-xs-12 col-sm-12">
<span class="rev_title">Отзывы о нас</span>
<span class="rev_title"><?=Yii::t('reviews', 'References about us')?></span>
</div>
</div>
<?php foreach ($reviews as $review) : ?>
......@@ -55,7 +55,7 @@ $reviews = Reviews::find()
<?php endif; ?>
<?php endforeach; ?>
<a href="/otzyvy-art-proekt" class="all_rev__btn">Смотреть все отзывы</a>
<a href="/otzyvy-art-proekt" class="all_rev__btn"><?=Yii::t('reviews', 'Look all reviews')?></a>
</div>
</section>
<?php endif; ?>
\ No newline at end of file
......@@ -12,7 +12,7 @@ $reviews = Reviews::find()
<div class="container">
<div class="row" style="margin:50px -15px 0;">
<div class="col-md-12 col-xs-12 col-sm-12">
<span class="rev_title">Отзывы о нас</span>
<span class="rev_title"><?=Yii::t('reviews', 'References about us')?></span>
</div>
</div>
<?php foreach ($reviews as $review) : ?>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment