增加注释触发部署

hotfix/paypal-note
LiaoYijun 3 years ago
parent e8977b9971
commit ba20b0d324

@ -1261,6 +1261,7 @@ 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($template_path . '-lantern-form', false, true);
$information->ic_content = str_replace('<!--@LANTERN-FORM@-->', $lantern_form_content, $information->ic_content);

Loading…
Cancel
Save