{include file="head.html"} {include file='fenlei_category/nav.html'}
{foreach item=c from=$catlist} {foreach item=cc from=$c.child} {/foreach} {/foreach}
catid 分类名称 图片 发布费用 排序 状态 操作
{$c.catid} {$c.title} {if $c.imgurl}{/if} {$c.money}元 {$c.orderindex}
编辑 下级添加 删除
{$cc.catid} |--{$cc.title} {if $cc.imgurl}{/if} {$cc.money}元 {$cc.orderindex}
编辑 删除
{$pagelist}
{include file="footer.html"}