如果想去掉文章右侧的导航信息,找到 template/default/portal/list.htm 文件删除 81-94 行
- <!--{if $cat[others]}-->
- <div >
- <div >
- <h2>{lang category_related}</h2>
- </div>
- <div >
- <ul >
- <!--{loop $cat[others] $value}-->
- <li>• <a href="{$portalcategory[$value['catid']]['caturl']}">$value[catname]</a></li>
- <!--{/loop}-->
- </ul>
- </div>
- </div>
- <!--{/if}-->