From 84e168b4dac6f14e42b7596b1fa19216fdb52af3 Mon Sep 17 00:00:00 2001 From: ycc Date: Mon, 29 Mar 2021 15:35:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E6=94=BE=E5=B9=BF=E5=91=8A=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= 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 7a9bbcc4..43e735ce 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -713,7 +713,7 @@ class Information extends CI_Controller $template = str_replace('', $information->ic_content, $template); //Google广告代码 //if (!empty(get_meta($information->ic_id, 'meta_google_ad_content'))) { - $template = str_replace('', '', $template); + $template = str_replace('', '', $template); //} if (!empty(get_meta($information->ic_id, 'meta_google_ad_article'))) { $in_article_google=$this->load->view($template_path.'-google-ad', false,true);