管理员
- UID
- 2
- 阅读权限
- 200
- 在线时间
- 56 小时
- 注册时间
- 2012-6-24
- 最后登录
- 2026-3-7
|
找到文件htdocs\template\default\common\header_common,直接删除Powered by Discuz!源代码为
<title><!--{if !empty(navtitle)}-->navtitle)}-->navtitle - <!--{/if}--><!--{if empty(nobbname)}-->nobbname)}-->_G['setting']['bbname'] - <!--{/if}--></title>
这样删除了效果缺多了-
这样就不好了,网上的很多方法都没有注意这点按照下面的操作,去除短线
既是<title><!--{if !empty(navtitle)}-->navtitle)}-->navtitle - 最后的那一根短线需要去除为<title><!--{if !empty(navtitle)}-->navtitle)}-->navtitle
最终代码<title><!--{if !empty(navtitle)}-->navtitle)}-->navtitle <!--{/if}--><!--{if empty(nobbname)}-->nobbname)}-->_G['setting']['bbname'] - <!--{/if}--> </title>
|
|