{include="header.html"}
{include="left_list.html"}
{include="right_position.html"}

{$article['title']}

作者: {$article['user']} 发布时间: {fun date('Y年m月d日',$article['addtime'])} 浏览:
{$article['body']}
分享到:

我要评价:

{if($GLOBALS['LD_I']['vercode']==1)} 验证码: {/if}

评论列表:

    {foreach $comments as $s}
  • {fun date('Y-m-d H:i:s',$s['addtime'])}用户名:{$s['user']}
    内容:{$s['body']}
  • {/foreach}
{$comment_page}
{include="bottom.html"}