內(nèi)容頁模板中刪除以下代碼:
- <!-- 評(píng)論 -->
- <div id="comment">
- <form action="<?php echo url('comment/add'); ?>" method="POST" name="comment_form">
- <div class="comm">
- <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>位網(wǎng)友發(fā)表評(píng)論 <strong>點(diǎn)擊查看</strong></a><strong>我要評(píng)論:</strong></div>
- <div class="blank5"></div>
- <textarea name="content" id="textarea"></textarea>
- <div style="margin-top:10px;line-height:34px;"><input type="hidden" name="aid" value="{$aid}"/>
- 用戶名:<input type="text" name="username" class="key" value="<?php echo get('username');?>"/> <!--驗(yàn)證碼:<?php //echo verify();?> <inputtype="text" name="verify" value="" size="4" /--><input name="submit" class="input" value="發(fā)表評(píng)論" type="submit"/>
- </div>
- </form>
- </div>