From d97ddef732061d83b5750981e314280e3e77f9cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Thu, 10 Jun 2021 17:12:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AE=B9=E4=B8=AD=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=92=8C=E7=BA=BF=E8=B7=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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'))) {