品牌专区-{$brands_array.brand.name}
--------------
{foreach from=$goods_data item=goods}
{$goods.i}.{$goods.name}[{$goods.price}]
{foreachelse}
暂无此类商品
{/foreach}
{if $pagebar}
{$pagebar}
{/if}
--------------
{if $other_brands}
其它品牌
--------------
{foreach from=$other_brands item=other_data}
{if $other_data.brand_id neq $brand_id}
{$other_data.brand_name}
{/if}
{/foreach}
--------------
{/if}
返回首页
{$footer}