|
|
|
@ -1302,10 +1302,16 @@ class Information extends CI_Controller
|
|
|
|
|
$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',
|
|
|
|
|
array('information' => $information),
|
|
|
|
|
true);
|
|
|
|
|
$information->ic_content = str_replace('<!--@LANTERN-FORM@-->', $lantern_form_content, $information->ic_content);
|
|
|
|
|
// 水灯节在信息页面表单
|
|
|
|
|
$lantern_form_info_page_content = $this->load->view($template_path . '-lantern-form-info-page', false, true);
|
|
|
|
|
$lantern_form_info_page_content = $this->load->view(
|
|
|
|
|
$template_path . '-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);
|
|
|
|
|
|
|
|
|
|
// 动态加载反馈标签,第一个城市不足八条,使用第二城市数据。
|
|
|
|
|