{include file="header.html"}
{include file="common.html"}
挑食客
{$site.sitename}
收藏的店铺
{foreach item=c from=$favshoplist} {include file="shop_item.html"} {foreachelse}
暂无收藏
{/foreach}
推荐的店铺
{foreach item=c from=$tjshoplist} {include file="shop_item.html"} {foreachelse}
暂无推荐
{/foreach}
更多店铺
{foreach item=c from=$shoplist} {include file="shop_item.html"} {foreachelse}
没有店铺了
{/foreach}
{include file="footer.html"}