|
|
@ -1261,6 +1261,7 @@ class Information extends CI_Controller
|
|
|
|
$info_page_form_content = $this->load->view($template_path . '-info-page-form', false, true);
|
|
|
|
$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);
|
|
|
|
$information->ic_content = str_replace('<!--@INFO-PAGE-FORM@-->', $info_page_form_content, $information->ic_content);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 水灯节表单
|
|
|
|
$lantern_form_content = $this->load->view($template_path . '-lantern-form', false, true);
|
|
|
|
$lantern_form_content = $this->load->view($template_path . '-lantern-form', false, 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);
|
|
|
|
|
|
|
|
|
|
|
|