设置ecshop的wap版本head部分首页标题的方法

时间:2017-04-09
在\mobile\templates下文件有index.html,修改该文件head部分代码,如下:

复制代码
代码如下:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ECShop_mobile</title>
</head>

修改为

复制代码
代码如下:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>欢迎光临xxx!</title>
</head>

即可看到修改后效果。
上一篇:ecshop增加多个产品详细描述编辑器的方法 下一篇:ecshop数据库备份和数据库恢复的步骤

相关文章

最新文章