|
|
|
@ -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){
|
|
|
|
|