You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.2 KiB
20 lines
1.2 KiB
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<!--{foreach from=$ad_posti item=posti key=key}-->
|
|
<!--{if $posti.posti_type eq 'floor_banner'}-->
|
|
<div class="floor-banner-body" {if $posti.link_color}style="background:{$posti.link_color};"{/if}>
|
|
<div class="floor-banner w1200">
|
|
<a href="{$posti.ad_link}" target="_blank"><img style="max-width:{$posti.ad_width}px; max-height:{$posti.ad_height}px;" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/images/loadBrandBanner2.gif" class="lazy" data-original="{$posti.ad_code}"/></a>
|
|
</div>
|
|
</div>
|
|
<!--{elseif $posti.posti_type eq 'top_banner'}-->
|
|
<div class="top-banner" {if $posti.link_color}style="background:{$posti.link_color};"{/if}>
|
|
<div class="module w1200">
|
|
<a href="{$posti.ad_link}" target="_blank"><img width="{$posti.ad_width}" height="{$posti.ad_height}" src="{$posti.ad_code}" /></a>
|
|
<div class="close"></div>
|
|
</div>
|
|
</div>
|
|
<!--{else}-->
|
|
<a href="{$posti.ad_link}" target="_blank"><img width="{$posti.ad_width}" height="{$posti.ad_height}" src="{$posti.ad_code}" /></a>
|
|
<!--{/if}-->
|
|
<!--{/foreach}-->
|