diff --git a/frontend/views/articles/show.php b/frontend/views/articles/show.php index 03bec80..050f911 100755 --- a/frontend/views/articles/show.php +++ b/frontend/views/articles/show.php @@ -8,7 +8,7 @@ use yii\widgets\Breadcrumbs; $this->title = $news->meta_title; $this->params['seo']['title'] = !empty($this->title) ?$this->title :$news->title; $this->registerMetaTag(['name' => 'description', 'content' => $news->meta_description]); -$this->params[ 'breadcrumbs' ][] = ['label'=>'Статьи','url'=>['/articles']]; +$this->params[ 'breadcrumbs' ][] = ['label'=>'Статьи','url'=>['/articles/main']]; $this->params[ 'breadcrumbs' ][] = $news->title; ?> -- libgit2 0.21.4