diff --git a/application/controllers/information.php b/application/controllers/information.php index e08c5280..ebfe26d9 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -1004,7 +1004,7 @@ class Information extends CI_Controller //信息推荐 $template_recommand = $recommand_information; //$this->recommand_information($information); 从外面传进来,pc和移动只需要查一次,减少数据库负担 - // $template = str_replace('', $this->load->view($template_path . '-next', array('recommands' => $template_recommand), TRUE), $template); + $template = str_replace('', $this->load->view($template_path . '-next', array('recommands' => $template_recommand), TRUE), $template); // //广告,改叫tips,防止被插件屏蔽 if (!empty($template_recommand['Tips Right TOP'])) { // $template = str_replace('', "
", $template); diff --git a/application/views/mobile_first/gh-recommended-articles b/application/views/mobile_first/gh-recommended-articles deleted file mode 100644 index 8eb545af..00000000 --- a/application/views/mobile_first/gh-recommended-articles +++ /dev/null @@ -1,179 +0,0 @@ -

Recommended Articles

- -
-
- - - - - - - - -
-
-
-
-
- -

Recommended Tours

- -
-
- - - - - - - - -
-
-
-
-
- - - - \ No newline at end of file