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',