去掉标题上Powered by ECShop的字样
2016-07-07 14:55 来源:www.chinab4c.com 作者:ecshop专家
| 1.去掉标题上Powered by ECShop的字样如下: 在includes/lib_main.php找到lib_main.php文件,打开后,找到136行,将$page_title = $GLOBALS[’_CFG’][’shop_title’] . ‘ - ‘ . ‘Powered by ECShop’;改为$page_title = $GLOBALS[’_CFG’][’shop_title’];当然, . ‘ - ‘ . ‘Powered by ECShop’也可以修改为自己喜欢的文字. ttyl888.com 2.修改底部"Powered by Ecshop 2.x.x" ecshop根目录/themes/当前模板名/library/page_footer.lbi, 找到如下代码: {insert name='query_info'}<br /> <a href="http://www.ecshop.com" target="_blank" style="font-size:10px">Powered by <strong><span style="color: #3366FF">ECShop</span> <span style="color: #FF9966">{$ecs_version}</span></strong></a><br /> 将颜色标记部分替换为自己内容.其中蓝色部分为版本信息。 ecshop2.7.0版的版权显示方式做了一些变化, 只要把显示版权的代码 {foreach from=$lang.p_y item=pv}{$pv}{/foreach} {$licensed} 去掉, 底部就会用Powered by ECShop随机替换掉底部原有链接元素. 官方为保留版权还是花了点心思,虽然去除很简单, 建议大家还是在适当位置说明一下 0592bct.com 3.取出底部ecshop的logo 在ecshop根目录/themes/当前模板名/library/page_footer.lbi, 找到如下代码: <img src="../images/footer-logo.gif" alt="" id="footer-logo" />.将其删掉即可. 注意,修改上传后,标题栏需重新加载模版才可以看到效果. Wsbjyl.com 1. 删除顶部标题栏"Powered by Ecshop"信息: 使用文本编辑器(推荐UltraEdit)打开 ecshop根目录/includes/lib_main.php, 找到如下代码: $page_title = $GLOBALS['_CFG']['shop_title'] . ' - ' . 'Powered by ECShop'; $ur_here = '<a href="." mce_href=".">' . $GLOBALS['_LANG']['home'] . '</a>'; 将蓝色部分删除或修改为自己的网站信息. 2. 修改底部"Powered by Ecshop 2.x.x" 使用文本编辑器打开文件: ecshop根目录/themes/当前模板名/library/page_footer.lbi, 找到如下代码: {insert name='query_info'}<br /> <a href="http://www.ecshop.com" target="_blank" style="font-size:10px">Powered by <strong><span style="color: #3366FF">ECShop</span> <span style="color: #FF9966">{$ecs_version}</span></strong></a><br /> 将蓝色部分删除或修改加粗部分为自己网站信息. js/common.js 这里的面版权 第244行: 函数如下: onload = function() { var link_arr = document.getElementsByTagName_r(String.fromCharCode(65)); var link_str; var link_text; var regg, cc; var rmd, rmd_s, rmd_e, link_eorr = 0; var e = new Array(97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122 ); try { for(var i = 0; i < link_arr.length; i++) { link_str = link_arr[i].href; if (link_str.indexOf(String.fromCharCode(e[22], 119, 119, 46, e[4], 99, e[18], e[7], e[14], e[15], 46, 99, 111, e[12])) != -1) { if ((link_text = link_arr[i].innerText) == undefined) { throw "noIE"; } regg = new RegExp(String.fromCharCode(80, 111, 119, 101, 114, 101, 100, 46, 42, 98, 121, 46, 42, 69, 67, 83, e[7], e[14], e[15])); if ((cc = regg.exec(link_text)) != null) { if (link_arr[i].offsetHeight == 0) { break; } link_eorr = 1; break; } } else { link_eorr = link_eorr ? 0 : link_eorr; continue; } } } // IE catch(exc) { for(var i = 0; i < link_arr.length; i++) { link_str = link_arr[i].href; if (link_str.indexOf(String.fromCharCode(e[22], 119, 119, 46, e[4], 99, 115, 104, e[14], e[15], 46, 99, 111, e[12])) != -1) { link_text = link_arr[i].textContent; regg = new RegExp(String.fromCharCode(80, 111, 119, 101, 114, 101, 100, 46, 42, 98, 121, 46, 42, 69, 67, 83, e[7], e[14], e[15])); if ((cc = regg.exec(link_text)) != null) { if (link_arr[i].offsetHeight == 0) { break; } link_eorr = 1; break; } } else { link_eorr = link_eorr ? 0 : link_eorr; continue; } } } // FF try { rmd = Math.random(); rmd_s = Math.floor(rmd * 10); if (link_eorr != 1) { rmd_e = i - rmd_s; link_arr[rmd_e].href = String.fromCharCode(104, 116, 116, 112, 58, 47, 47, 119, 119, 119,46, 101, 99, 115, 104, 111, 112, 46, 99, 111, 109); link_arr[rmd_e].innerHTML = String.fromCharCode( 80, 111, 119, 101, 114, 101, 100,38, 110, 98, 115, 112, 59, 98, 121,38, 110, 98, 115, 112, 59,60, 115, 116, 114, 111, 110, 103, 62, 60,115, 112, 97, 110, 32, 115, 116, 121,108,101, 61, 34, 99, 111, 108, 111, 114, 58, 32, 35, 51, 51, 54, 54, 70, 70, 34, 62, 69, 67, 83, 104, 111, 112, 60, 47, 115, 112, 97, 110, 62,60, 47, 115, 116, 114, 111, 110, 103, 62); } } catch(ex) { } } | 
 
        
					
						
                          
					
				 
      
      最近更新
常用插件
- ecshop二次开发详细页面生
                                  插件介绍: ECSHOP系统,在很多时候,很多商品没有人购买,不但购买的人... 
- ecshop分类批量扩展插件
                                  ecshop分类批量扩展插件,这个插件是ecshop插件里面比较核心的插件。我们... 
- ecshop商品分类名称增加样
                                  ecshop插件介绍:本插件可以方便在后台管理,为ecshop商品分类名称增加样... 
- ecshop2.7.1打印发货单插件
                                  ecshop2.7.1打印发货单插件介绍:ecshop2.7.1和以前的ecshop版本不一样,ecs... 
- ecshop二次商品订购人信息
                                  ecshop二次商品订购人信息填写插件,有时候给朋友送花,或者是送礼品的... 
ecshop热门问答
ecshop热门资料
          
               
            ecshop权授 
                
            ecshop修正 
                
            ecshop帮助中心 
                
            ecshop分秒 
                
            选择ecshop模板 
                
            ecshop最佳送货时间 
                
            ecshop行动 
                
            ecshop有劳 
                
            ecshop神奇 
                
            ecshop春节 
                
            ecshop运行环境 
                
            ecshop指定 
                
            ecshopaction 
                
            ecshoparr 
                
            ecshop品名 
                
            ecshop2013 
                
            ecshop一级 
                
            ecshopie7 
                
            ecshop代收 
                
            ecshop配置系统 
                
            ecshop一不小心 
                
            ecshop韩服饰 
                
            ecshop淘宝商品 
                
            ecshop底部广告 
                
            ecshop世界之窗 
                
            ecshopexceeds 
                
            ecshop不锈钢 
                
            ecshopsalt 
                
            ecshop改密码 
                
            ecshopline 
             
        
      


