|
|
|
|
@ -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@-->', $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@-->', $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-2025@-->', $lantern_form_content_2025, $information->ic_content);
|
|
|
|
|
|
|
|
|
|
// 水灯节2026表单
|
|
|
|
|
$lantern_form_content_2026 = $this->load->view(
|
|
|
|
|
'mobile_first/thailand-lantern-form-2026',
|
|
|
|
|
|