{if $op=="display"} {template 'header'}

{$article['title']}

我有话说 返回文章页


看看大家都说了什么{$artmessagetol} 条评论


{template 'footer'} {elseif $op=="getmore"} {loop $list $row}
  • {$row['realname']} 评论于
    {if $row['userid']==$user['id']} {/if}
    {php echo str_replace("\n","
    ",$row['details']);} {if !empty($row['picall'])} {/if}
  • {/loop} {/if}