2、在SS首页添加网警标志
www.69699.org/ w9 A3 j' V0 J1 z$ v3 Q1 h4 f% k
在SS中增加网警网警标志稍微有点麻烦,因为后台可以自定义首页。需要修改的页面对应表
( ]+ [% N$ j; [- z新闻,军事,休闲,美女,娱乐,影视,下载,文学,社区,BBS,论坛 首页 头部文件 底部文件
2 P/ `: v/ `: o# _+ [- u$ i 资讯 ./templates/default/news_header.html.php ./templates/default/news_footer.html.php
新闻,军事,休闲,美女,娱乐,影视,下载,文学,社区,BBS,论坛# a- P0 }- c7 q; G- n0 c5 A
日志 ./templates/default/blog_header.html.php ./templates/default/blog_footer.html.php
69中文之家 / 69 Chinese Nets3 [- {# S6 V# d* v' V
图片 ./templates/default/image_header.html.php ./templates/default/image_footer.html.php
3 S4 t& \( ^( p3 i( w1 n
商品 ./templates/default/goods_header.html.php ./templates/default/goods_footer.html.php
----让心情一起飞扬 a# a3 W" V" r
影音 ./templates/default/video_header.html.php ./templates/default/video_footer.html.php
www.69699.org. ^. l+ ~- K4 _3 n
文件 ./templates/default/file_header.html.php ./templates/default/file_footer.html.php
2 S I, l2 r$ N4 \7 p0 R' @$ _69中文之家 / 69 Chinese Nets 书签 ./templates/default/link_header.html.php ./templates/default/link_footer.html.php
新闻,军事,休闲,美女,娱乐,影视,下载,文学,社区,BBS,论坛' I$ W! ?& s: U7 z7 |* j' W
圈子 ./templates/default/group_header.html.php ./templates/default/group_footer.html.php
, Y' y. }$ q, p" v& R 论坛 ./templates/default/bbs_header.html.php ./templates/default/bbs_footer.html.php
7 s* L! j& m0 g5 ~. t4 `----让心情一起飞扬 下面假设资讯作为网站首页为例:
----让心情一起飞扬! ]& G- ]4 R! V" |9 y1 P# C/ J0 S
添加首页两边的网警标志
新闻,军事,休闲,美女,娱乐,影视,下载,文学,社区,BBS,论坛& P$ F, w5 h) ]
打开./templates/default/news_header.html.php找到
复制内容到剪贴板
代码:
<script src="{S_URL}/include/js/common.js" type="text/javascript" language="javascript"></script>在下面增加
复制内容到剪贴板
代码:
<SCRIPT src="./xmga_layer/show.js"></SCRIPT>增加首页底部的网警标志
% Z2 u$ A! f K: \2 {5 u0 p$ m----让心情一起飞扬 打开./templates/default/news_footer.html.php找到
复制内容到剪贴板
代码:
</body>在上面增加
复制内容到剪贴板
代码:
<a href=' http://www.xiamen.cyberpolice.cn/' target='_blank'><img src='./xmga_layer/gt.gif' width='80' height='80'></a>保存,上传替换相应文件,完成。