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

{echo $article['subject']}

发布时间: {echo FormatDate("Y-m-d H:i",$article['dateline'])}   浏览: {echo $article['show_number']}


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