From 87f9b9467b419599cb9a7afe8e5be2803add9d12 Mon Sep 17 00:00:00 2001 From: candice Date: Thu, 10 Aug 2023 11:01:41 +0800 Subject: [PATCH] 11 --- application/controllers/information.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index b662f131..49428a4b 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -1008,11 +1008,11 @@ class Information extends CI_Controller $meta_addon_picture_url = get_meta($information->ic_id, 'meta_addon_picture_url'); if (!empty($meta_addon_picture)) { if (!empty($meta_addon_picture_url)) { - $template = str_replace('', '
' . $information->ic_title . '
- -
', $template); + $template = str_replace('', '
' . $information->ic_title . '
', $template); } else { - $template = str_replace('', '
' . $information->ic_title . '' . $template_TrainSearch . '
', $template); + $template = str_replace('', '
' . $information->ic_title . '
+ +
' . $template_TrainSearch . '
', $template); } } //顶部视频