php专区

 首页 > php专区 > PHP应用 > CMS建站 > 怎么去掉Ecshop首页和LOGO链接的index.php - ecshop

怎么去掉Ecshop首页和LOGO链接的index.php - ecshop

分享到:
【字体:
导读:
          一:如何去掉ecshop中logo的index php地址,logo上的地址带着域名+index php想去掉它如何去掉 官方默认模板的LOGO,加了链接,可以这样去掉:打开 themes default library page_header lbi文件,将如下...

怎么去掉Ecshop首页和LOGO链接的index.php

一:如何去掉ecshop中logo的index.php地址,logo上的地址带着域名+index.php想去掉它如何去掉.

官方默认模板的LOGO,加了链接,可以这样去掉:

打开 /themes/default/library/page_header.lbi文件,将如下代码:

 

修改为:

 

如果你用的不是官方默认,请自行参考修改.

二:首页导航栏的“首页"的链接如何去掉index.php?

修改 library/page_header.lbi,搜索找到
ecshop提示Strict Standards: Non-static...
下面我们一起来看在使用ecshop提示Strict Standards:Non-static method cls_image::gd_version() should not be called statically错误问题解决办法吧。 在使用ecshop时提示: Strict Standards: Non-static method cls_image::gd_version() should not be called statically in E:/wwwroot/weirenchou/includes/lib...
ecshop 用户名邮箱手机号码登录 - ecshop
ecshop 用户名邮箱手机号码登录 1.将原来的登录代码: if ($user->login($username, $password,isset($_POST['remember'])))          {              update_user_info();              recalculate_price();        ...
  •         php迷,一个php技术的分享社区,专属您自己的技术摘抄本、收藏夹。
  • 在这里……