From 55e7e47418f9aecf516a3d9a1a404806b8f0e154 Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Tue, 16 Jul 2024 11:47:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E6=8E=A8=E8=8D=90=E5=88=A0?= =?UTF-8?q?=E9=99=A4=20aside=20=E6=A0=87=E7=AD=BE?= 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 f56fe585..a5154197 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -1216,7 +1216,7 @@ class Information extends CI_Controller $meta_show_advertise = get_meta($information->ic_id, 'meta_show_advertise'); // //广告,改叫tips,防止被插件屏蔽 if (!empty($template_recommand['Tips Right TOP']) && ($meta_show_advertise == 'yes' || empty($meta_show_advertise))) { - $template = str_replace('', "
", $template); + $template = str_replace('', "
" . $template_recommand['Tips Right TOP']->it_content . "
", $template); } if (!empty($template_recommand['Tips Right']) && ($meta_show_advertise == 'yes' || empty($meta_show_advertise))) { $template = str_replace('', "
" . $template_recommand['Tips Right']->it_content . "
", $template);