diff --git a/application/controllers/information.php b/application/controllers/information.php
index 77bd21f7..cbcb9dfe 100644
--- a/application/controllers/information.php
+++ b/application/controllers/information.php
@@ -744,13 +744,13 @@ class Information extends CI_Controller
$template = str_replace('', "
".$template_recommand['Tips Right']->it_content."
", $template);
}
//文中的信息推荐
- if(strpos($information->ic_content,'')!==false){
- $information->ic_content = str_replace('', $this->load->view($template_path . '-recommends-article', array('recommands'=>$template_recommand), TRUE), $information->ic_content);
- }
+ // if(strpos($information->ic_content,'')!==false){
+ //$information->ic_content = str_replace('', $this->load->view($template_path . '-recommends-article', array('recommands'=>$template_recommand), TRUE), $information->ic_content);
+ // }
//文中的线路推荐
- if(strpos($information->ic_content,'')!==false){
- $information->ic_content = str_replace('', $this->load->view($template_path . '-recommends-tour', array('recommands'=>$template_recommand), TRUE), $information->ic_content);
- }
+ // if(strpos($information->ic_content,'')!==false){
+ // $information->ic_content = str_replace('', $this->load->view($template_path . '-recommends-tour', array('recommands'=>$template_recommand), TRUE), $information->ic_content);
+ // }
//非产品页面
if (empty(get_meta($information->ic_id, 'meta_product_code'))) {