From 2c3a0caf6c4d38e4c99fdaa61e961009c4bfd1f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Thu, 13 May 2021 16:35:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index cc81db16..38de15d2 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -727,7 +727,7 @@ class Information extends CI_Controller //推荐信息或者产品 - //信息推荐 暂时不用,未来用广告系统替代 + //信息推荐 $template_recommand = $this->recommand_information($information); $template = str_replace('', $this->load->view($template_path . '-next', array('recommands'=>$template_recommand), TRUE), $template); //广告,改叫tips,防止被插件屏蔽