{include file="index/header"}
{volist name=":funa('category',array('show'=>1,'sn'=>get('sn',0)),'sort desc',100,1)" id="vo"} {volist name=":funa('category',array('show'=>1,'tid'=>$vo.id),'sort desc',100,1)" id="v"} {/volist} {/volist}
分类ID 分类名称 是否显示 分类图片 分类连接 添加时间 基本操作
{$vo.id} {$vo.name} 显示 {if condition="$vo['pic'] neq ''"}{else /}暂无图片{/if} __INDEX__/view/{$vo.id}.html {$vo.time|date="Y-m-d",###} 修改 删除
{$v.id} --------{$v.name} 显示 {if condition="$v['pic'] neq ''"}{else /}暂无图片{/if} __INDEX__/view/{$v.id}.html {$v.time|date="Y-m-d",###} 修改 删除
{include file="index_footer"}