{include file="inc/header.html"}
{foreach from=$brand_list item=brand}
{if $brand.time_status eq 0} {$brand.name} {else}{* 未上线 *} {$brand.name} {/if}
{if $brand.time_status eq 0} {$brand.name} {else} {$brand.name} {/if}
{if $brand.time_status eq 0}剩余时间{else}即将上线{/if}
{/foreach}
{$pages}
{if $rec_list}
单品推荐
{foreach from=$rec_list item=item}
{$item.name}
{function name="msubstr" v=$item.name b=0 e=20}
{$LANG.ORIGIN_PRICE}{function name="format_price" v=$item.origin_price}
{$LANG.CURRENT_PRICE}{function name="format_price" v=$item.current_price}
{/foreach}
{/if}
{include file="inc/footer.html"}