From 4e59838d4a1124cba76de3e2e187b8a337706b0b Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Tue, 24 Feb 2026 15:56:42 +0800 Subject: [PATCH] remove why us --- application/controllers/information.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index ae771700..382138e8 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -2868,15 +2868,6 @@ class Information extends CI_Controller { $information->ic_content ); } - // why-us 相关的标签 - $why_us_mobile = $this->load->view($template_path . '-why-us-mobile', false, true); - $information->ic_content = str_replace('', $why_us_mobile, $information->ic_content); - - $why_us_tour_detail_pc = $this->load->view($template_path . '-why-us-tour-detail-pc', false, true); - $information->ic_content = str_replace('', $why_us_tour_detail_pc, $information->ic_content); - - $why_us_tour_list_pc = $this->load->view($template_path . '-why-us-tour-list-pc', false, true); - $information->ic_content = str_replace('', $why_us_tour_list_pc, $information->ic_content); $info_page_form_content = $this->load->view($template_path . '-info-page-form', false, true); $information->ic_content = str_replace('', $info_page_form_content, $information->ic_content);