公司簡介", $nexus_cfg["url"]["aboutus"]); $nexus_template_lm_txt_products = sprintf("產品系列", $nexus_cfg["url"]["products"]); $nexus_template_lm_txt_viparea = sprintf("貴賓專區", $nexus_cfg["url"]["viparea"]); $nexus_template_lm_txt_eshopping = sprintf("網上購物", $nexus_cfg["url"]["eshopping"]); $nexus_template_lm_txt_news = sprintf("公司動態", $nexus_cfg["url"]["news"]); $nexus_template_lm_txt_contactus = sprintf("聯絡我們", $nexus_cfg["url"]["contactus"]); $nexus_template_lm_txt_logout = sprintf("登出", $nexus_cfg["url"]["viparea_login"] . "?ACTION_ID=LOGOUT&back_url=" . urlencode("http://" . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"])); $nexus_template_lm_css_aboutus = "leftmenu"; $nexus_template_lm_css_products = "leftmenu"; $nexus_template_lm_css_viparea = "leftmenu"; $nexus_template_lm_css_eshopping = "leftmenu"; $nexus_template_lm_css_news = "leftmenu"; $nexus_template_lm_css_contactus = "leftmenu"; $nexus_template_lm_css_logout = "leftmenu"; switch ($nexus_template_section_level_1) { case "aboutus": $nexus_template_lm_txt_aboutus = "公司簡介"; $nexus_template_lm_css_aboutus = "leftmenuHighlight"; break; case "products": $nexus_template_lm_txt_products = "產品系列"; $nexus_template_lm_css_products = "leftmenuHighlight"; break; case "viparea": $nexus_template_lm_txt_viparea = "貴賓專區"; $nexus_template_lm_css_viparea = "leftmenuHighlight"; break; case "eshopping": $nexus_template_lm_txt_eshopping = "網上購物"; $nexus_template_lm_css_eshopping = "leftmenuHighlight"; break; case "news": $nexus_template_lm_txt_news = "公司動態"; $nexus_template_lm_css_news = "leftmenuHighlight"; break; case "contactus": $nexus_template_lm_txt_contactus = "聯絡我們"; $nexus_template_lm_css_contactus = "leftmenuHighlight"; break; } // obtain the product categories $nexus_template_lm_search_info = array( "parent_id" => $nexus_cfg["category"]["root_id"], "status" => "live" ); nexus_category_get_list($nexus_template_lm_search_info, $nexus_template_lm_category_total, $nexus_template_lm_category_result); ?>