From 1044cc2f77b1a128916f57a3ba8c41fd6fff9747 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 27 Oct 2016 02:08:11 +0300 Subject: [PATCH] big commti --- frontend/views/articles/show.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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