{include file='lib/header.html'}

{$art.title}


作者:{$web.webname}  所属分类:{$art.cname}  点击:[{$art.click}]  发表时间:{$art.dateline|date:Y-m-d}

{$art.content}

上一篇:{$lastrs}

下一篇:{$nextrs}

文章评论::


评论列表::

{if $commentlist} {foreach item=t from=$commentlist}
{$t.content|nl2br} 
--评论时间:{$t.dateline|date:Y-m-d }
{/foreach} {else}

暂无评论

{/if} {if $pagelist}

{$pagelist}

{/if}
{foreach item=cat from=$artcat} {if $cat.child} {foreach item=c from=$cat.child} {/foreach} {/if} {/foreach}
文章分类
{$cat.cname}
|__ {$c.cname}
{foreach item=t from=$artding} {/foreach}
热门推荐
{$t.title|cutstr:30}
{include file='lib/footer.html'}