Files
lulandia.pl/modules/phstickers/views/templates/hook/product.tpl
2025-04-01 00:38:54 +02:00

7 lines
266 B
Smarty

<div class="stickers-box">
{foreach $stickers as $s}
<span class="img-sticker position-{$s.position}" style="max-width: {$stickerWidth}px;max-height: {$stickerHeight}px;" >
<img src="{$s.image}" alt="" />
</span>
{/foreach}
</div>