Commit 32a53349539b516caac96dd26c3bab61a2ee8b2d
Merge remote-tracking branch 'origin/master'
# Conflicts: # common/messages/ru/app.php # common/messages/ua/app.php
Showing
3 changed files
with
7 additions
and
0 deletions
Show diff stats
common/messages/ru/app.php
common/messages/ua/app.php
frontend/views/layouts/main.php
| ... | ... | @@ -748,6 +748,10 @@ |
| 748 | 748 | <?= Breadcrumbs::widget( |
| 749 | 749 | [ |
| 750 | 750 | 'links' => isset($this->params[ 'breadcrumbs' ]) ? $this->params[ 'breadcrumbs' ] : [], |
| 751 | + 'homeLink' => [ | |
| 752 | + 'label' => \Yii::t('app', "Home"), | |
| 753 | + 'url' => \Yii::$app->homeUrl . \artbox\core\models\Language::getCurrent()->url | |
| 754 | + ] | |
| 751 | 755 | ] |
| 752 | 756 | ) ?> |
| 753 | 757 | ... | ... |