Commit 086e9a7570e812d630680b84f177cfcd8fa3567b

Authored by Administrator
1 parent 39fb52c1

event link fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/catalog/product.php
@@ -312,7 +312,7 @@ @@ -312,7 +312,7 @@
312 } 312 }
313 313
314 ?> 314 ?>
315 - <?= Html::a(\common\components\artboximage\ArtboxImageHelper::getImage($event->getImageUrl('banner'), 'banner_list'),Url::to(['event/sale','percent'=>$event->percent]),[ 315 + <?= Html::a(\common\components\artboximage\ArtboxImageHelper::getImage($event->getImageUrl('banner'), 'banner_list'),$url,[
316 'style' =>"top:-{$top}px;" 316 'style' =>"top:-{$top}px;"
317 ]); 317 ]);
318 318