Commit ba6e1dc1b60485eab9ab78c65a7e9d9dc7f37cb5

Authored by Administrator
1 parent b116a7d8

23.06.16

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/event/show.php
@@ -10,7 +10,7 @@ $this->title = $model->name; @@ -10,7 +10,7 @@ $this->title = $model->name;
10 <nav class="bread-crumbs"> 10 <nav class="bread-crumbs">
11 <?= Breadcrumbs::widget([ 11 <?= Breadcrumbs::widget([
12 'links' => [ 12 'links' => [
13 - ['label'=>'Акции','url'=>['news/index']], 13 + ['label'=>'Акции','url'=>['event/index']],
14 $model->name 14 $model->name
15 ], 15 ],
16 ]) ?> 16 ]) ?>