{template 'common/header'}

{$detail['title']}

{php echo date("Y-m-d", $detail['createtime']);} {$detail['author']} {if !empty($detail['source'])}文章来源{/if} {if !empty($subscribeurl)}{$_W['account']['name']}{/if} 阅读:{$detail['click']}次
{$detail['content']}
{if !empty($setting['comment_status'])}
{loop $article_lists $comment}

{php echo $comment['username']}

{php echo $comment['content']}

{php echo $comment['createtime']}

{loop $comment['son_comment'] $son_comment}
作者回复

{php echo $comment['content']}

{php echo date('Y-m-d H:i:s', $son_comment['createtime']);}

{/loop}
{/loop} {$pager}
{/if}
{template 'common/footer'}