{include file="head.html"}
{include file='b2b_shop_product_category/nav.html'}
catid
所属商家
名称
状态
图片
操作
{foreach item=c from=$list}
{$c.catid}
{$c.shopname}
{$c.title}
{$c.status}
编辑
删除
{/foreach}
{$pagelist}
{include file="footer.html"}