diff --git a/frontend/views/object/view.php b/frontend/views/object/view.php index 19ee365..08491b0 100644 --- a/frontend/views/object/view.php +++ b/frontend/views/object/view.php @@ -16,7 +16,10 @@ $this->params['h1'] = $seo->h1; - $this->params['breadcrumbs'][] = \Yii::t('app', 'menu-objects'); + $this->params['breadcrumbs'][] = [ + 'label' => \Yii::t('app', 'menu-objects'), + 'url' => Url::toRoute(['object/index']), + ]; $this->params['breadcrumbs'][] = $this->params['h1']; ?> -- libgit2 0.21.4