Discuz 7.2去掉标题中“Powered by Discuz!”字样
去掉标题中”Powered by Discuz!”字样
1 修改header_common.htm文件
文件位置:\template\default\common\header_common.htm
搜索”Powered by Discuz!”,
语句如下:
<title><!–{if !empty($navtitle)}–>$navtitle – <!–{/if}–><!–{if empty($nobbname)}–> $_G[‘setting’][‘bbname’] – <!–{/if}–> Powered by Discuz!</title>
删除其中的” Powered by Discuz!”;
删除其中末尾”<!–{/if}–>”前面的” – “;
2 修改viewthread_printable.htm文件
文件位置:\template\default\forum\viewthread_printable.htm
搜索”Powered by Discuz!”,
语句如下:
<title>$_G[forum_thread][subject] – $_G[‘setting’][‘bbname’] – Powered by Discuz!</title>
删除其中的:” – Powered by Discuz!”
近期评论