diff --git a/frontend/views/catalog/_product_item.php b/frontend/views/catalog/_product_item.php index e638121..6eeebac 100755 --- a/frontend/views/catalog/_product_item.php +++ b/frontend/views/catalog/_product_item.php @@ -15,17 +15,7 @@ use yii\helpers\Url;
events as $event){ - if($event->banner){ - echo \common\components\artboximage\ArtboxImageHelper::getImage($event->getImageUrl('banner'), 'banner_list',[ - 'class' => 'banner-in-list' - ]); - } - } - - ?> - + href=" $model->alias -- libgit2 0.21.4