Commit 03b9183fade9abd8a67d10d0996d4e9af8f65f65
1 parent
33a05556
01.06.16
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
frontend/views/articles/show.php
... | ... | @@ -5,13 +5,12 @@ use yii\widgets\Breadcrumbs; |
5 | 5 | <?php |
6 | 6 | $this->title = $news->meta_title; |
7 | 7 | $this->registerMetaTag(['name' => 'description', 'content' => $news->meta_description]); |
8 | -$this->registerMetaTag(['name' => 'keywords', 'content' => $news->meta_keywords]); | |
9 | 8 | ?> |
10 | 9 | |
11 | 10 | <nav class="bread-crumbs"> |
12 | 11 | <?= Breadcrumbs::widget([ |
13 | 12 | 'links' => [ |
14 | - ['label'=>'Новости','url'=>['news/index']], | |
13 | + ['label'=>'Блог','url'=>['news/index']], | |
15 | 14 | $news->title |
16 | 15 | ], |
17 | 16 | ]) ?> | ... | ... |