$_LANG['charset']['utf8'], 'GB2312' => $_LANG['charset']['zh_cn'], 'BIG5' => $_LANG['charset']['zh_tw'], ); /* 参数赋值 */ $ur_here = $_LANG['16_goods_script']; $smarty->assign('ur_here', $ur_here); $smarty->assign('cat_list', cat_list()); $smarty->assign('brand_list', get_brand_list()); $smarty->assign('intro_list', $_LANG['intro']); $smarty->assign('url', $ecs->url()); $smarty->assign('lang_list', $lang_list); /* 显示模板 */ assign_query_info(); $smarty->display('gen_goods_script.htm'); } ?>