diff --git a/application/controllers/information.php b/application/controllers/information.php index d632f802..44badc07 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -2430,6 +2430,14 @@ class Information extends CI_Controller ); $information->ic_content = str_replace('', $lantern_form_content_2025, $information->ic_content); + // Chiang Mai Authentic Sky Lantern Festival on Nov. 5, 2025 + $lantern_form_content_authentic_sky = $this->load->view( + 'mobile_first/ah-chiang-mai-lantern-festival', + array('information' => $information), + true + ); + $information->ic_content = str_replace('', $lantern_form_content_authentic_sky, $information->ic_content); + // CAD 跨年表单 $new_year_countdown_form_content = $this->load->view( diff --git a/application/views/mobile_first/ah-chiang-mai-lantern-festival.php b/application/views/mobile_first/ah-chiang-mai-lantern-festival.php new file mode 100644 index 00000000..2979b9d5 --- /dev/null +++ b/application/views/mobile_first/ah-chiang-mai-lantern-festival.php @@ -0,0 +1,598 @@ + + +
+

Chiang Mai Authentic Sky Lantern Festival on Nov. 5, 2025

+
+

Select a Ticket Type:

+
+
+ + +
+
+ + +
+ +
+ + +
+
+ + +

Quantity: Adults & children (8+) – Free for under 8

+ +
+
+ + + +
+
+
+

Exclusive Add-on: Thai Costume with Makeup & Hairstyle – US$119 per person

+ +
+ + + +
+
+
Total price: $149
+ +

Please provide correct personal info. Double check.

+ + + + + + + + + + + + + + +

Once payment is received, we'll send your e-ticket within 24 hours.

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