{template Public:Page:header}
{if $categoryarr} {foreach $categoryarr $category} {/foreach} {/if}
帮助分类
{echo $category['name']}

{echo $article['subject']}


{echo htmlspecialchars_decode($article['content'])}
上一篇   {if $uparticle}{echo $uparticle['subject']}{else}没有数据{/if}
下一篇   {if $nextarticle}{echo $nextarticle['subject']}{else}没有数据{/if}
{template Public:Page:footer}