问题:如何去掉发表评论后内容页显示评论时间?
解决方法:删除语言包37行-47行红色部分
<ShowCommentList1><![CDATA[<tr class="Comment_title" align="center"><td>评论人</td><td>评论内容</td><td>评论时间</td><td>打分</td></tr>]]></ShowCommentList1>
<ShowComment1><![CDATA[<tr class="Comment_tdbg1"><td width="100">{$CommentName}</td><td style="width:480; word-wrap:break-word;">{$Content}</td><td align="center" width="120">{$WriteTime}</td><td align="center" width="40">{$Score}分</td></tr>]]></ShowComment1>
<AdminReplayType1><![CDATA[<tr class="Comment_tdbg2"><td> </td><td colspan="5">★ 管理员『{$AdminName}』于 {$ReplyTime}回复道: {$ReplyContent}</td></tr>]]></AdminReplayType1>
<ShowComment2><![CDATA[<tr class="Comment_title"><td height=22 colspan="3">  评论人:{$CommentName} 评论时间:{$WriteTime} 打分:{$Score}分</td></tr><tr class="Comment_tdbg1"><td width="5"> </td><td>{$Content}</td><td width="5"> </td></tr>]]></ShowComment2>
<AdminReplayType2><![CDATA[<tr class="Comment_tdbg2"><td width="5"> </td><td>★ 管理员『{$AdminName}』于 {$ReplyTime}回复道: {$ReplyContent}</td><td width="5"> </td></tr>]]></AdminReplayType2>
<ShowPageType>Chinese</ShowPageType>
<ShowPageChar>条评论</ShowPageChar>
<SusMsg1>发表评论成功!</SusMsg1>
<SusMsg2>发表评论成功!请等候管理员的审核!审核后才会显示</SusMsg2>
<ShowCommentListJs><![CDATA[<tr class="comment_title" align="center"><td>评论人</td><td>评论内容</td><td>评论时间</td><td>打分</td></tr>]]></ShowCommentListJs>
<ShowCommentJs><![CDATA[<tr bgcolor="white"><td align="center" width="80">{$CommentName}</td><td>{$Content}</td><td align="center" width="120">{$WriteTime}</td><td align="center" width="40">{$Score}分</td></tr>]]></ShowCommentJs>