删除ecshop网页标题上的Powered by ECShop,在includes 文件夹下 lib_main.php 文件的 第136行! 把
$page_title = $GLOBALS['_CFG']['shop_title'] . ' - ' . 'Powered by ECShop';
改为
$page_title = $GLOBALS['_CFG']['shop_title'] ;
删除ecshop页脚下的Powered by ECShop,在themes/green/library/page_footer.lbi文件的第52行,其中此处的green为模板名
把
<p id="PoweredBy"><a style="font-size:10px" href="http://www.ecshop.com" target="_blank">Powered by <strong><span style="color: #ffffff;">ECShop</span> {$ecs_version}</strong></a> {$licensed}</p>
修改为:
<!--
<p id="PoweredBy"><a style="font-size:10px" href="http://www.ecshop.com" target="_blank">Powered by <strong><span style="color: #ffffff;">ECShop</span> {$ecs_version}</strong></a> {$licensed}</p>
-->
最后请尊重开发商的劳动果实,保留版权说明!
没有评论 :
发表评论