{template 'header.html'}
{template 'left.html'}
{loop categories($catid) $i $t}
{$t['catname']}
{$t['htmldir']}
  • {loop archive($t[catid],0,0,'0,0,0',20,'aid',8,false,0) $i $arc} {if $i%4==0 && $i> 1}
  • {else}{/if}
    {$arc['stitle']}
    {$arc['title']}
    {if $arc['attr2']}

    {if $arc['attr2']==$arc['oldprice']}{lang(price)}:{$arc['attr2']}{lang(unit)}{else}原价:{$arc['oldprice']}{lang(unit)} 折扣价:{$arc['attr2']}{lang(unit)}{/if}

    {/if}
    {/loop}
{/loop}
{if isset($pages)} {category_pagination($catid)} {/if}
{lang(gotop)}
{template 'footer.html'}