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,13 +5,12 @@ use yii\widgets\Breadcrumbs; | ||
5 | <?php | 5 | <?php |
6 | $this->title = $news->meta_title; | 6 | $this->title = $news->meta_title; |
7 | $this->registerMetaTag(['name' => 'description', 'content' => $news->meta_description]); | 7 | $this->registerMetaTag(['name' => 'description', 'content' => $news->meta_description]); |
8 | -$this->registerMetaTag(['name' => 'keywords', 'content' => $news->meta_keywords]); | ||
9 | ?> | 8 | ?> |
10 | 9 | ||
11 | <nav class="bread-crumbs"> | 10 | <nav class="bread-crumbs"> |
12 | <?= Breadcrumbs::widget([ | 11 | <?= Breadcrumbs::widget([ |
13 | 'links' => [ | 12 | 'links' => [ |
14 | - ['label'=>'Новости','url'=>['news/index']], | 13 | + ['label'=>'Блог','url'=>['news/index']], |
15 | $news->title | 14 | $news->title |
16 | ], | 15 | ], |
17 | ]) ?> | 16 | ]) ?> |