编辑 template/default/common/footer.htm
删除 155-169 行代码:

  1. <div id="scrolltop">
  2.         <!--{if $_G[fid] && $_G['mod'] == 'viewthread'}-->
  3.         <span><a href="forum.php?mod=post&action=reply&fid=$_G%5Bfid%5D&tid=$_G%5Btid%5D&extra=$_GET%5Bextra%5D&page=$pageif%20$_GET%5Bfrom%5D&from=$_GET%5Bfrom%5D/if" onclick="showWindow('reply', this.href)"
  4. title="{lang fastreply}"><b>{lang fastreply}</b></a></span>
  5.         <!--{/if}-->
  6.         <span hidefocus="true"><a title="{lang scrolltop}" onclick="window.scrollTo('0','0')" ><b>{lang scrolltop}</b></a></span>
  7.         <!--{if $_G[fid]}-->
  8.         <span>
  9.                 <!--{if $_G['mod'] == 'viewthread'}-->
  10.                 <a href="forum.php?mod=forumdisplay&fid=$_G%5Bfid%5D" hidefocus="true" title="{lang return_list}"><b>{lang return_list}</b></a>
  11.                 <!--{else}-->
  12.                 <a href="forum.php" hidefocus="true" title="{lang return_forum}"><b>{lang return_forum}</b></a>
  13.                 <!--{/if}-->
  14.         </span>
  15.         <!--{/if}-->
  16. </div>

保存即可。