Commit 601f4d99602e3e1617b08958108ab480d758a63f
1 parent
19e66af3
-
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/event/show.php
... | ... | @@ -72,7 +72,7 @@ $this->title = $model->name; |
72 | 72 | <?= ListView::widget([ |
73 | 73 | 'dataProvider' => $productProvider, |
74 | 74 | 'itemView' => function ($model, $key, $index, $widget) { |
75 | - return $this->render('_product_item',[ | |
75 | + return $this->render('../catalog/_product_item',[ | |
76 | 76 | 'model' => $model, |
77 | 77 | |
78 | 78 | ]); | ... | ... |