如何去掉评论

内容页模板中删除以下代码:

 

  1. <!-- 评论 -->
     
  2. <div id="comment">
     
  3. <form action="<?php echo url('comment/add'); ?>" method="POST" name="comment_form">
     
  4. <div class="comm">
     
  5. <a href='<?php echo url('comment/list/aid/'.$archive['aid']); ?>' style="float:right;padding-right:20px;font-size:12px;color:#cc0000;">已有<span id="commentnumber">{comment::countcomment($archive['aid'])}</span>位网友发表评论  <strong>点击查看</strong></a><strong>我要评论:</strong></div>
     
  6. <div class="blank5"></div>
     
  7. <textarea name="content" id="textarea"></textarea>
     
  8. <div style="margin-top:10px;line-height:34px;"><input type="hidden" name="aid" value="{$aid}"/>
     
  9. 用户名:<input type="text" name="username" class="key" value="<?php echo get('username');?>"/>   <!--验证码:<?php //echo verify();?>  <inputtype="text" name="verify" value="" size="4" /--><input name="submit" class="input" value="发表评论" type="submit"/>
     
  10. </div>
     
  11. </form>
     
  12. </div>
复制代码