Commit df9b1c30f33dc566dab78a67e7a87cdc32f03a2a

Authored by Anastasia
1 parent f27e5c78

add home link in breadcrumbs

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/layouts/main.php
@@ -419,7 +419,7 @@ _________________________________________________________ --> @@ -419,7 +419,7 @@ _________________________________________________________ -->
419 'homeLink'=> 419 'homeLink'=>
420 [ 420 [
421 'label'=>\Yii::t('app','Home'), 421 'label'=>\Yii::t('app','Home'),
422 - 'url'=>\Yii::$app->homeUrl 422 + 'url'=> Url::home()
423 ] 423 ]
424 ] 424 ]
425 ) ?> 425 ) ?>