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.
15 lines
618 B
15 lines
618 B
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<!--{if $ad_child}-->
|
|
<div class="floor-new">
|
|
<ul>
|
|
<!--{foreach from=$ad_child item=ad name=noad}-->
|
|
<li {if $smarty.foreach.noad.last} class="last"{/if}>
|
|
<div class="new-left">
|
|
<a href="{$ad.ad_link}" target="_blank"><img src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/images/loadGoods.gif" style=" max-width:{$ad.ad_width}px; max-height:{$ad.ad_height}px; text-align:center; float:none;" class="lazy" data-original="{$ad.ad_code}"></a>
|
|
</div>
|
|
</li>
|
|
<!--{/foreach}-->
|
|
</ul>
|
|
</div>
|
|
<!--{/if}-->
|