diff --git a/frontend/views/catalog/_product_item.php b/frontend/views/catalog/_product_item.php index 6eeebac..5f9f5db 100755 --- a/frontend/views/catalog/_product_item.php +++ b/frontend/views/catalog/_product_item.php @@ -15,21 +15,24 @@ use yii\helpers\Url;
+ = \common\components\artboximage\ArtboxImageHelper::getImage($model->variant->imageUrl, 'list', [ 'alt' => $model->category->name . ' ' . $model->name, 'title' => $model->category->name . ' ' . $model->name, -- libgit2 0.21.4