中山php|最優網絡 :中山做網站 中山php建站
最優良人
Posts Tagged With: ecshop
ecshop前后臺去掉版權powered by信息
2012/03/14 at 11:05 » Comments (84)
1,去除標題power by ecshop 在 include/lib_main.php 里面找到 function assign_ur_here($cat = 0, $str = ''){ ....} 大概在142行 $page_title = $GLOBALS['_CFG']['shop_title']. ' - ' . 'Powered by ECShop'; $ur_here = '<a href=".">' . $GLOBALS['_LANG']['home'] . '</a>'; 把上面改成: $page_title ...more »