diff --git a/application/controllers/information.php b/application/controllers/information.php index 2c91a9a4..24a3d912 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -1223,6 +1223,18 @@ class Information extends CI_Controller true); $information->ic_content = str_replace('', $inquiry_form_template, $information->ic_content); } + // why-us 相关的标签 + $why_us_mobile = $this->load->view($template_path . '-why-us-mobile', false, true); + $template = str_replace('', $why_us_mobile, $template); + + $why_us_tour_detail_pc = $this->load->view($template_path . '-why-us-tour-detail-pc', false, true); + $template = str_replace('', $why_us_tour_detail_pc, $template); + + $why_us_tour_list_pc = $this->load->view($template_path . '-why-us-tour-list-pc', false, true); + $template = str_replace('', $why_us_tour_list_pc, $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); //主样式表,内联模式 if (is_file('D:/wwwroot/origin-www.asiahighlights.com/css/mobile-first.css')) {//主样式表,内联模式,优先读取本地,没有在从网络读取,为了加速 diff --git a/application/views/mobile_first/ah-why-us-mobile.php b/application/views/mobile_first/ah-why-us-mobile.php new file mode 100644 index 00000000..bf05df35 --- /dev/null +++ b/application/views/mobile_first/ah-why-us-mobile.php @@ -0,0 +1,3 @@ +