所属类别:
文章标题:
分类标签:
文章图标:
内容类型: <#if article.type == 0> <#else> 切换类型将会清空内容哦!
文章内容:
文章关键字:
文章描述:
文章作者:
文章状态: <#if article.status == 1> <#else>
<#macro categoryTree id node> <#local temp = node + 1 /> <#list categorys as x> <#if id = x.pid> <@categoryTree id = x.id node=temp/>