|
|
@ -2272,13 +2272,6 @@ class Information extends CI_Controller
|
|
|
|
true
|
|
|
|
true
|
|
|
|
);
|
|
|
|
);
|
|
|
|
$information->ic_content = str_replace('<!--@LANTERN-FORM@-->', $lantern_form_content, $information->ic_content);
|
|
|
|
$information->ic_content = str_replace('<!--@LANTERN-FORM@-->', $lantern_form_content, $information->ic_content);
|
|
|
|
// 水灯节在信息页面表单
|
|
|
|
|
|
|
|
$lantern_form_info_page_content = $this->load->view(
|
|
|
|
|
|
|
|
'mobile_first/ah-lantern-form-info-page',
|
|
|
|
|
|
|
|
array('information' => $information),
|
|
|
|
|
|
|
|
true
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
$information->ic_content = str_replace('<!--@LANTERN-FORM-INFO-PAGE@-->', $lantern_form_info_page_content, $information->ic_content);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// CAD 跨年表单
|
|
|
|
// CAD 跨年表单
|
|
|
|
$new_year_countdown_form_content = $this->load->view(
|
|
|
|
$new_year_countdown_form_content = $this->load->view(
|
|
|
|