Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-25 21:31:33 +02:00
parent 3230af667b
commit ce27ff88f3
85 changed files with 2279 additions and 335 deletions

View File

@@ -17,7 +17,7 @@
{/if}
<div class="an_banner-border"></div>
{if $banner.imgUrlFile !=''}
<div class="an_banner-img">
<div class="an_banner-img" id="banner-img-{$banner.id_banner|intval}">
<img class="{if Module::getInstanceByName('an_theme')->getParam('product_lazyLoad')}b-lazy{/if}"
{if Module::getInstanceByName('an_theme')->getParam('product_lazyLoad')}
src="{$banner.imgUrlFile}"
@@ -35,4 +35,4 @@
{$banner.text nofilter}
{if $banner.link !=''}<span class="an_banner-textlink">{l s='' d='Shop.Theme.Global'}</span>{/if}
</div>
</div>
</div>