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
651 B

<div class="white">
<div class="box">
<dt><span>{$main_name[$HM]}</span><em>BRAND</em></dt>
</div>
<div class="m">
<div class="cdx-box">
<ul>
<!--{php $tags=tag("moduleid=13&condition=status>2 and username='$username'&pagesize=".$main_num[$HM]."&order=edittime desc&fields=itemid,title,linkurl,thumb,edittime&template=null");}-->
{loop $tags $i $t}
<li><a href="{if $homeurl}{$t[linkurl]}{else}{userurl($username, 'file=brand&itemid='.$t['itemid'], $domain)}{/if}">
<div class="pic"><img src="{$t[thumb]}" width=164 alt="{$t[alt]}"></div>
<div class="text"><p class="text-overflow">{$t[title]}</p></div>
</a></li>{/loop}
</ul>
</div>
</div>
</div>