Administrator
/
new_rukzachok-1
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ba6e1dc1b60485eab9ab78c65a7e9d9dc7f37cb5
Authored by
Administrator
2016-06-24 17:07:53 +0300
1 parent
b116a7d8
23.06.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/event/show.php
Inline
Side-by-side
frontend/views/event/show.php
Wrap text
Show/Hide comments
View file @
ba6e1dc
...
...
@@ -10,7 +10,7 @@ $this->title = $model->name;
10
10
<nav class="bread-crumbs">
11
11
<?= Breadcrumbs::widget([
12
12
'links' => [
13
- ['label'=>'Акции','url'=>['
news
/index']],
13
+ ['label'=>'Акции','url'=>['
event
/index']],
14
14
$model->name
15
15
],
16
16
]) ?>
...
...