{template '_header'}

分类管理

提示: 排序数字越大越靠前; 如果设置该分类不显示则消息列表中不会出现此类文章;
{loop $list $row} {/loop}
ID 排序 分类名称 显示 操作
{$row['id']} {ifp 'article.category.edit'} {else} {$row['displayorder']} {/if} {ifp 'article.category.edit'} {else} {$row['name']} {/if} {ifp 'article.category.edit'} {else} {php echo !empty($row['isshow'])?'是':'否'} {/if} {ifp 'article.category.edit'} 删除 {/if}
{ifp 'article.category.edit'} {/if} {ifp 'article.category.edit'} {/if}
{$pager}
{ifp 'article.category.edit'} {/if} {template '_footer'}