Commit e12ff612cb9c0888f25b52ec5a8e14f613087568
1 parent
dd8af2ad
translates 2
Showing
2 changed files
with
7 additions
and
0 deletions
Show diff stats
common/messages/ua/app.php
frontend/views/layouts/main.php
... | ... | @@ -663,6 +663,11 @@ _________________________________________________________ --> |
663 | 663 | <?= SeoBreadcrumbs::widget( |
664 | 664 | [ |
665 | 665 | 'links' => isset($this->params[ 'breadcrumbs' ]) ? $this->params[ 'breadcrumbs' ] : [], |
666 | + 'homeLink' => [ | |
667 | + 'label' => "<span itemprop='name'>".\Yii::t('app', 'Главная')."</span>", | |
668 | + 'url' => '/', | |
669 | + 'itemprop' => 'item', | |
670 | + ] | |
666 | 671 | ] |
667 | 672 | ) ?> |
668 | 673 | ... | ... |