广告管理可以应用产品价格代码

webht/payment
Jimmy Liow 2 years ago
parent 3720c0c2cf
commit 2cf63bab82

@ -1874,6 +1874,7 @@ class Information extends CI_Controller
true true
); );
$information->ic_content = str_replace('<!--@LANTERN-GP-FORM@-->', $gp_form_content, $information->ic_content); $information->ic_content = str_replace('<!--@LANTERN-GP-FORM@-->', $gp_form_content, $information->ic_content);
}
$price_tag_list = $this->parse_price_tag($information->ic_content); $price_tag_list = $this->parse_price_tag($information->ic_content);
@ -1884,7 +1885,6 @@ class Information extends CI_Controller
$information->ic_content $information->ic_content
); );
} }
}
// why-us 相关的标签 // why-us 相关的标签
$why_us_mobile = $this->load->view($template_path . '-why-us-mobile', false, true); $why_us_mobile = $this->load->view($template_path . '-why-us-mobile', false, true);
$information->ic_content = str_replace('<!--@WHY_US_MOBILE@-->', $why_us_mobile, $information->ic_content); $information->ic_content = str_replace('<!--@WHY_US_MOBILE@-->', $why_us_mobile, $information->ic_content);

Loading…
Cancel
Save