如果想去掉文章右侧的导航信息,找到 template/default/portal/list.htm 文件删除 81-94 行

  1. <!--{if $cat[others]}-->
  2.                 <div >
  3.                         <div >
  4.                                 <h2>{lang category_related}</h2>
  5.                         </div>
  6.                         <div >
  7.                                 <ul >
  8.                                         <!--{loop $cat[others] $value}-->
  9.                                         <li>&bull; <a href="{$portalcategory[$value['catid']]['caturl']}">$value[catname]</a></li>
  10.                                         <!--{/loop}-->
  11.                                 </ul>
  12.                         </div>
  13.                 </div>
  14. <!--{/if}-->