内容中推荐信息和线路

hotfix/paypal-note
尹诚诚 4 years ago
parent 1644318fd7
commit 580f96057d

@ -745,7 +745,7 @@ class Information extends CI_Controller
}
//文中的信息推荐
if(strpos($information->ic_content,'<!--@Content-Recommends-Article@-->')!==false){
$template = str_replace('<!--@Content-Recommends-Article@-->', $this->load->view($template_path . '-recommends-article', array('recommands'=>$template_recommand), TRUE), $information->ic_content);
$information->ic_content = str_replace('<!--@Content-Recommends-Article@-->', $this->load->view($template_path . '-recommends-article', array('recommands'=>$template_recommand), TRUE), $information->ic_content);
}
//文中的线路推荐
if(strpos($information->ic_content,'<!--@Content-Recommends-Tour@-->')!==false){

Loading…
Cancel
Save