Administrator
/
liniya-svitla
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
6d3c09290ff9af485cb22c6b8f676e6751d9247c
Authored by
Виталий
2016-10-24 11:10:26 +0300
1 parent
601f4d99
-
Showing
1 changed file
with
1 additions
and
0 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 @
6d3c092
...
...
@@ -74,6 +74,7 @@ $this->title = $model->name;
74
74
'itemView' => function ($model, $key, $index, $widget) {
75
75
return $this->render('../catalog/_product_item',[
76
76
'model' => $model,
77
+ 'category' => $model->category,
77
78
78
79
]);
79
80
},
...
...