
{if $user_name}
欢迎{$user_name},用户中心
{else}
用户登录
{/if}
{if $best_num > 0}
[精品推荐]>>更多
{foreach from=$best_goods item=best_data}
{$best_data.name}[{$best_data.shop_price}]
{/foreach}
{/if}
{if $promote_num > 0}
[促销商品]>>更多
{foreach from=$promote_goods item=promote_data}
{$promote_data.name}[{$promote_data.shop_price}]
{/foreach}
{/if}
热门商品|最新到货
>>商品分类<<
{foreach from=$pcat_array item=pcat_data}
{$pcat_data.name}
{/foreach}
{if $brand_array}
>>品牌专区<<
{foreach from=$brand_array item=brand_data}
{$brand_data.brand_name}
{/foreach}
{/if}
[站内资讯]>>更多
{if $article_array}
{foreach from=$article_array item=article_data}
{$article_data.title}
{/foreach}
{/if}
{$footer}