{template 'public/header'} {template 'public/comhead'}
信息分类管理
{loop $list $row} {/loop}
id 顺序 图标 分类名称 状态 操作
{$row['id']} {$row['num']} {$row['type_name']} {if $row['state']==1} 启用{elseif $row['state']==2} 禁用{/if} 编辑 删除
{$pager} {template 'common/footer'}