优选主流主机商
任何主机均需规范使用

如何在Ecshop WAP版中设置首页标题

在\mobile\templates下文件有index.html,修改该文件head部分代码,如下:

  1. <head>
  2. <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
  3. <title>ECShop_mobile</title>
  4. </head>

修改为

  1. <head>
  2. <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
  3. <title>欢迎光临xxx!</title>
  4. </head>

即可看到修改后效果。

 

未经允许不得转载:搬瓦工中文网 » 如何在Ecshop WAP版中设置首页标题