{template header2}

{$strTopic['title']}

{$strTopic['user']['username']} {php echo getTime($strTopic['addtime'],time())} {$strTopic['count_comment']}评论
{$strTopic['content']}

评论内容:

    {loop $arrComment $key $item}
  • {$item['content']}

    {php echo getTime($item['addtime'],time())}
  • {/loop}
{template footer}