1.修改导航:
文件位置:include/function/current.php- <?phpfunction current_frontend() { global $INI;
- $a = array(
- '/index.php' => '首页',
- '/team/index.php' => '往期团购',
- '/你要添加的地址' => '标题',
- );
- if(option_yes('navseconds'))
- $a['/team/seconds.php'] = '秒杀抢团';
复制代码 2.修改导航下的图片:
文件位置:static/css/i/bg-newbie-guide.gif
3.修改团购显示页面:
文件位置:include/template/team_view.html
4.修改侧边栏:
文件位置:include/template/ 以block_side_打头的一系列文件都是侧边栏小挂件。
比如:block_side_invite.html 这个是邀请有奖的模板
5.清空缓存:
文件夹位置:include/compiled
操作方法:删除compiled文件夹里面的所有文件(注意不是删除该文件夹)
6.修改多团页面:
文件位置:include/template/team_multi.html
7.部分空间安装后页面出错:
运行app.php即可。(即访问http://你的域名/app.php,不会有任何提示)
8.修改网页标题及关键词:
文件位置:include/template/html_header.html
修改:- <title>{$INI['system']['sitename']} - {$INI['system']['sitetitle']}|{$city['name']}购物|{$city['name']}团购|{$city['name']}打折</title>
复制代码 9.修改邮件模板:
文件位置:include/template/mail_subscribe_team.html
10.修改域名:
文件位置:include/configure/system.php- 'wwwprefix' => 'http://localhost', 这个是重点!要修改成网站现在使用的域名!
- 'imgprefix' => 'http://localhost', 图片路径(后台可以修改)
- 'cssprefix' => 'http://localhost', 样式表路径(后台可以修改)
复制代码 11.修改网页图标:
文件位置:static\icon\favicon.ico
修改方法,制作ico文件,替换文件即可 |