{include file="header.html"}
{include file="common.html"} {assign var="tb" value="文章详情"} {include file="toolbar.html"}
文章分类
{foreach item=t from=$artcat}
{$t.cname}
{/foreach}
{$art.title}
{$art.content}
相关文章
上一篇:{$lastrs}
下一篇:{$nextrs}
{include file="footer.html"}