diff --git a/application/controllers/information.php b/application/controllers/information.php index 38442bfa..71a7d87a 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -1225,13 +1225,13 @@ class Information extends CI_Controller } // why-us 相关的标签 $why_us_mobile = $this->load->view($template_path . '-why-us-mobile', false, true); - $information->ic_content = str_replace('', $why_us_mobile, $template); + $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, $template); + $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, $template); + $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);