master
赵鹏 1 year ago
parent 38935fcd0a
commit b38799aeaa

@ -2781,6 +2781,7 @@ class Information extends CI_Controller
/**替换左右结构的线路表单标签 2024-7-4*/ /**替换左右结构的线路表单标签 2024-7-4*/
if (strpos($ic_content, '<!--@TOUR-FORM@-->') !== false) { if (strpos($ic_content, '<!--@TOUR-FORM@-->') !== false) {
$template_form_tourqi = $this->load->view($template_path . '-form-tourqi-new', $dataform, true);
$ic_content = str_replace('<!--@TOUR-FORM@-->', $template_form_tourqi, $ic_content); $ic_content = str_replace('<!--@TOUR-FORM@-->', $template_form_tourqi, $ic_content);
$data["template_form_tourqi"]=""; $data["template_form_tourqi"]="";
$data["CUSTOMCONENT"] = $ic_content; $data["CUSTOMCONENT"] = $ic_content;

Loading…
Cancel
Save