方法一:修改init.php文件方法改变ecshop默认语言包 该方法适用于:安装ecshop中文版的站长使用。 1、进入您的后台,按照下图提示,将系统语言选项设为 en_us(英语) ,确定保存。 2、用文本编辑器打开init.php文件,查找定位“$_CFG = load_config();”(... Read More
posted @ 2015-06-29 17:50 定格的有天 Views(798) Comments(3) Diggs(0)
includes里的init.php的187-194行 if (!empty($_CFG['stylename'])) { $smarty->assign('ecs_css_path', 'themes/' . $_CFG['template'] . '/style_' . $_... Read More
posted @ 2015-06-29 16:56 定格的有天 Views(349) Comments(0) Diggs(0)
1.修改/admin/template/category_info.html{$lang.cat_img}:{if $cat_info.category_img}{/if}2.修改/languages/zh_cn/admin/category.php增加一个语言配置项$_LANG['cat_img'... Read More
posted @ 2015-06-29 16:49 定格的有天 Views(412) Comments(0) Diggs(0)