|
|
|
@ -2781,6 +2781,7 @@ class Information extends CI_Controller
|
|
|
|
|
|
|
|
|
|
/**替换左右结构的线路表单标签 2024-7-4*/
|
|
|
|
|
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);
|
|
|
|
|
$data["template_form_tourqi"]="";
|
|
|
|
|
$data["CUSTOMCONENT"] = $ic_content;
|
|
|
|
|