Commit 1044cc2f77b1a128916f57a3ba8c41fd6fff9747

Authored by Administrator
1 parent c12ecba2

big commti

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/articles/show.php
... ... @@ -8,7 +8,7 @@ use yii\widgets\Breadcrumbs;
8 8 $this->title = $news->meta_title;
9 9 $this->params['seo']['title'] = !empty($this->title) ?$this->title :$news->title;
10 10 $this->registerMetaTag(['name' => 'description', 'content' => $news->meta_description]);
11   -$this->params[ 'breadcrumbs' ][] = ['label'=>'Статьи','url'=>['/articles']];
  11 +$this->params[ 'breadcrumbs' ][] = ['label'=>'Статьи','url'=>['/articles/main']];
12 12 $this->params[ 'breadcrumbs' ][] = $news->title;
13 13 ?>
14 14  
... ...