Commit 22d422b25825ea06059d1c6053acbc5486aaaff1

Authored by Administrator
1 parent 5a0dd3a4

Ntr

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