{cw:include("cw_head.html")}
商家分类
    {cw:loop select * from cw_shop_class where followid=1 order by ordnum desc,id asc}
  • {title}
  • {/cw:loop}
推荐商家
    {cw:loop select top 10 * from cw_shop where ispic=1 order by id desc}
  • {title}
    {title}
  • {/cw:loop}
最新商家
    {cw:loop select top 20 * from cw_shop order by id desc}
  • [@{adddate}#date=mm-dd]{title}
  • {/cw:loop}
{cw:include("cw_foot.html")}