We have already talked about how to delete ecshop copyrights, but many others will not. Today we will explain in detail how to delete all ecshop copyrights and logos.
Foreground:
1: remove the title part of the header from the ecshop demo station powered by ecshop
The former is set in the background store-store title Modification
The latter opens the uplodes/lib_main.php
$ Page_title = $ globals ['_ CFG'] ['shop _ title']. '-'. 'powered by ecshop ';
Modify 'powered by ecshop
2. Remove the links
Modify the links in the background
3. Remove the powered by ecshop 270 at the bottom.
Open JS/common. js
Delete row 244th: onload = function ()
Open the Library/page_footer.lbi file in the template folder.
Delete {foreach from = $ Lang. p_y item = PV} {$ PV} {/foreach} {$ licensed}
Background:
1. Remove two images
Admin/images/ecshop_logo.gif
Admin/images/login.png
2. "About ecshop" in the upper right corner"
Open admin/templates/top.htm
Delete: <li> <a href = "index. php? Act = about_us "target =" Main-frame ">{$ Lang. About} </a> </LI>
3. All rights reserved for the central ecshop management center and the bottom
Open language/zh_cn/admin/common. php
$ _ Lang ['cp _ home'] = 'ecshop management Center ';
$ _ Lang ['copyright'] = 'copyright & copy; 2005-2009 Shanghai shangpi Network Technology Co., Ltd., and reserves all rights. ';
Http://hi.baidu.com/caicaining/blog/item/f8c9e359f7488e8f810a1836.html