diff --git a/application/controllers/information.php b/application/controllers/information.php index 12a81a2b..36682a49 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -1059,7 +1059,7 @@ class Information extends CI_Controller // $template = str_replace('', "
", $template); } if (!empty($template_recommand['Tips Right'])) { - // $template = str_replace('', "
" . $template_recommand['Tips Right']->it_content . "
", $template); + $template = str_replace('', "
" . $template_recommand['Tips Right']->it_content . "
", $template); } //文中的信息推荐 if (strpos($information->ic_content, '') !== false) {