diff --git a/frontend/views/event/show.php b/frontend/views/event/show.php index d99c8a6..419faeb 100755 --- a/frontend/views/event/show.php +++ b/frontend/views/event/show.php @@ -72,7 +72,7 @@ $this->title = $model->name; $productProvider, 'itemView' => function ($model, $key, $index, $widget) { - return $this->render('_product_item',[ + return $this->render('../catalog/_product_item',[ 'model' => $model, ]); -- libgit2 0.21.4