Commit fecd34dbf0525162d2c75b013ccba2b60b2d97bb
1 parent
c4a101ca
23.06.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/articles/show.php
... | ... | @@ -11,7 +11,7 @@ $this->registerMetaTag(['name' => 'description', 'content' => $news->meta_descri |
11 | 11 | <nav class="bread-crumbs"> |
12 | 12 | <?= Breadcrumbs::widget([ |
13 | 13 | 'links' => [ |
14 | - ['label'=>'Блог','url'=>['news/index']], | |
14 | + ['label'=>'Блог','url'=>['blog/index']], | |
15 | 15 | $news->title |
16 | 16 | ], |
17 | 17 | ]) ?> | ... | ... |