From b1e839c65c0b3274aae31b1f9b801ac66489c6f6 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Thu, 26 May 2022 15:02:08 +0800 Subject: [PATCH] =?UTF-8?q?AH=20=E5=A2=9E=E5=8A=A0=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E9=A1=B5=E8=A1=A8=E5=8D=95=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index 297d4886..b9749ad3 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -1223,9 +1223,6 @@ class Information extends CI_Controller if (empty($meta_product_code)) { $addthis_widget = $this->load->view($template_path . '-add-this', false, true); $template = str_replace('', $addthis_widget, $template); - - $breadcrumb_content = $this->load->view($template_path . '-breadcrumb', array('breadcrumb_data' => $breadcrumb_data), true); - $information->ic_content = str_replace('', $breadcrumb_content, $information->ic_content); } else { $template = str_replace('', '', $template); $inquiry_form_template = $this->load->view( @@ -1244,8 +1241,8 @@ class Information extends CI_Controller $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); - $breadcrumb_content = $this->load->view($template_path . '-breadcrumb', array('breadcrumb_data' => $breadcrumb_data), true); - $information->ic_content = str_replace('', $breadcrumb_content, $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); // 动态加载反馈标签,第一个城市不足八条,使用第二城市数据。 // HTLM: