From 7b216b0a7fd1e6a86c859ac2ce65c84d70eb709f Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Thu, 28 Oct 2021 15:57:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=A7=E5=93=81=E8=A1=A8?= =?UTF-8?q?=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 | 9 +++ .../views/mobile_first/gh-tour-form.php | 69 +++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 application/views/mobile_first/gh-tour-form.php diff --git a/application/controllers/information.php b/application/controllers/information.php index 06738757..5b9b714e 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -935,6 +935,15 @@ class Information extends CI_Controller $breadcrumb_structured_data_content, $template); + $tour_form_content = $this->load->view( + $template_path . '-gh-tour-form', + array('information' => $information), + true); + $template = str_replace( + '', + $tour_form_content, + $template); + //替换模板中的标签 $template = str_replace('', $information->ic_seo_title, $template); $template = str_replace('', $information->ic_seo_description, $template); diff --git a/application/views/mobile_first/gh-tour-form.php b/application/views/mobile_first/gh-tour-form.php new file mode 100644 index 00000000..01370474 --- /dev/null +++ b/application/views/mobile_first/gh-tour-form.php @@ -0,0 +1,69 @@ +
+
+

Why Travel with Global Highlights

+
    +
  • Tailor-made experience: All of your ideas/needs will be carefully + considered to create your ideal trip.
  • +
  • Worry-free planning: Every step of your trip, you will be looked + after by your 1:1 travel consultant based in Asia.
  • +
  • No-risk booking: We refund as much as we can and adapt flexibly to + unexpected changes.
  • +
+
+
+
+
+
+

+

+

+

+ + + + + +
+
+
+
+
+ \ No newline at end of file