{template 'common/header'} {template 'common_css'} {if $operation == 'post'}
分类详细设置
{php echo tpl_form_field_image('thumb',$cate['icon']);}
{php echo tpl_form_field_color('nav_index', $color['nav_index']);}
{php echo tpl_form_field_color('nav_page', $color['nav_page']);}
{php echo tpl_form_field_color('nav_btn', $color['nav_btn']);}
{elseif $operation == 'display'}
{loop $category $row} {/loop}
ID 分类名称 链接 颜色 操作
{$row['id']}
{$row['title']}
复制链接 导航栏 介绍导航栏 按钮 编辑 删除
{$pager}
{/if} {template 'common/footer'}