From 27a59f411ae72981a0c6afdd61ab1fadc0d860f1 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Tue, 24 Feb 2026 15:59:14 +0800 Subject: [PATCH] =?UTF-8?q?remove=20=E6=B0=B4=E7=81=AF=E8=8A=822025?= =?UTF-8?q?=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index 382138e8..7c5411cd 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -2872,22 +2872,6 @@ class Information extends CI_Controller { $info_page_form_content = $this->load->view($template_path . '-info-page-form', false, true); $information->ic_content = str_replace('', $info_page_form_content, $information->ic_content); - // 水灯节表单 - $lantern_form_content = $this->load->view( - 'mobile_first/thailand-lantern-form', - ['information' => $information], - true - ); - $information->ic_content = str_replace('', $lantern_form_content, $information->ic_content); - - // 水灯节2025表单 - $lantern_form_content_2025 = $this->load->view( - 'mobile_first/thailand-lantern-form-2025', - ['information' => $information], - true - ); - $information->ic_content = str_replace('', $lantern_form_content_2025, $information->ic_content); - // 水灯节2026表单 $lantern_form_content_2026 = $this->load->view( 'mobile_first/thailand-lantern-form-2026',