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.
16 lines
481 B
16 lines
481 B
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<div class="bd jbannerImg">
|
|
<ul>
|
|
{foreach from=$ad_child item=child}
|
|
<li><a href="{$child.ad_link}" target="_blank"><img src="{$child.ad_code}" alt="" class="goodsimg" /></a></li>
|
|
{/foreach}
|
|
</ul>
|
|
</div>
|
|
<div class="jbannerTab hd">
|
|
<ul class="fr">
|
|
{foreach from=$ad_child item=child key=key}
|
|
<li>{$key}</li>
|
|
{/foreach}
|
|
</ul>
|
|
</div>
|
|
|