|
|
为了让搜索引擎更好的收收录往往需要手动去除dz论坛的版权尾巴。Powered by Discuz,dz怎么去除Powered by Discuz尾巴呢!下面按照步骤修改dz代码文件即可,但是建议保留dz网站底部的版权文件,毕竟人家开源给你用,咱不出钱可以但是也得出点力吧!哈哈
z$ ~8 {$ }& V2 E7 F0 z' u2 E
/ I" [5 _4 [7 O% W4 v电脑版:
# ?3 ^" W; T$ M' X! q5 n5 g6 Q打开 /template/default/common/header_common.htm 文件3 X* M* D, v# k H0 T' S1 s
找到
/ y C7 Y7 h9 M<title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname'] - <!--{/if}--> Powered by Discuz!</title>/ p0 I% N4 [' k5 q
删除Powered by Discuz!即可' c; }; U& J. H3 d1 \3 x7 `; h! k+ e
4 _: m+ ^" r9 O3 K% R
手机版之标准版:0 K& e, ]: T6 M; @" ^
打开 /template/default/mobile/common/header.htm 文件
8 h- _7 n8 W! V: Y9 E% E找到0 V% Y4 E. ^ L4 M: \ x
<title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname'] - <!--{/if}--> {lang waptitle} - Powered by Discuz!</title>
, j, H* J. h1 b) w. S删除Powered by Discuz!即可' Z9 k/ v9 [6 F2 N
8 r6 \" z! d) i. J手机版之触屏版: L/ v$ @9 M" g8 s) O
打开 /template/default/touch/common/header.htm 文件( a7 S# Z( S: a' D
找到7 c4 m, w. l( H4 p! } ?) H- W8 i J# f
<title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname'] - <!--{/if}--> {lang waptitle} - Powered by Discuz!</title>
! t: @% W. U q& B删除Powered by Discuz!即可
+ ?! |0 b( P1 @1 m; R. z0 D* d5 P
|
|