Commit 6d3c09290ff9af485cb22c6b8f676e6751d9247c

Authored by Виталий
1 parent 601f4d99

-

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
frontend/views/event/show.php
@@ -74,6 +74,7 @@ $this->title = $model->name; @@ -74,6 +74,7 @@ $this->title = $model->name;
74 'itemView' => function ($model, $key, $index, $widget) { 74 'itemView' => function ($model, $key, $index, $widget) {
75 return $this->render('../catalog/_product_item',[ 75 return $this->render('../catalog/_product_item',[
76 'model' => $model, 76 'model' => $model,
  77 + 'category' => $model->category,
77 78
78 ]); 79 ]);
79 }, 80 },