From 072eb06ba0929572277c763eec0e57f6176c1942 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Thu, 12 Feb 2026 15:55:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BC=BA=E5=B0=91=E7=9A=84?= =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E6=8E=A8=E8=8D=90=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../thailand-recommends-article.php | 110 ++++++++++++++++++ .../mobile_first/thailand-recommends-tour.php | 74 ++++++++++++ 2 files changed, 184 insertions(+) create mode 100644 application/views/mobile_first/thailand-recommends-article.php create mode 100644 application/views/mobile_first/thailand-recommends-tour.php diff --git a/application/views/mobile_first/thailand-recommends-article.php b/application/views/mobile_first/thailand-recommends-article.php new file mode 100644 index 00000000..2f5d6b37 --- /dev/null +++ b/application/views/mobile_first/thailand-recommends-article.php @@ -0,0 +1,110 @@ +
+ +
You might be interested in:
+ + +
+ <?php echo $recommands['Content Article A']->ic_title; ?> + +
ic_title; ?> +
+
+
+
+ + + +
+ <?php echo $recommands['Content Article B']->ic_title; ?> + +
ic_title; ?> +
+
+
+
+ + + + +
+ <?php echo $recommands['Content Article C']->ic_title; ?> + +
ic_title; ?> +
+
+
+
+ + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/application/views/mobile_first/thailand-recommends-tour.php b/application/views/mobile_first/thailand-recommends-tour.php new file mode 100644 index 00000000..bf6e5480 --- /dev/null +++ b/application/views/mobile_first/thailand-recommends-tour.php @@ -0,0 +1,74 @@ +
+ +
Explore similar itineraries:
+ +
+ <?php echo $recommands['Content Tour A']->ic_title; ?> + +
ic_title; ?> +
+
+
+
+ + + +
+ <?php echo $recommands['Content Tour B']->ic_title; ?> + +
ic_title; ?> +
+
+
+
+ + + + +
+ <?php echo $recommands['Content Tour C']->ic_title; ?> + +
ic_title; ?> +
+
+
+
+ + + +
+ <?php echo $recommands['Content Tour D']->ic_title; ?> + +
ic_title; ?> +
+
+
+
+ + + +
\ No newline at end of file