From bb936b75407a94676669146539b2452e8db8b7a8 Mon Sep 17 00:00:00 2001 From: ycc Date: Wed, 13 Jan 2021 11:18:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BAplan=E7=9A=84=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E4=BF=A1=E6=81=AF?= 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 445556ec..c4ab0f4a 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -856,7 +856,7 @@ class Information extends CI_Controller $data['info_topthings_root'] = $this->Information_model->get_detail_by_path($data['info_topthings']->is_path, 1);//信息所属分类,获取信息顶级节点内容 $data['info_topthings']->ic_photo = $this->set_photo_content($data['info_topthings']->ic_photo, $data['info_topthings']->ic_content); } - $data['info_hotel'] = $this->Information_model->Detail('/aboutus/no-shops.htm'); + $data['info_hotel'] = $this->Information_model->Detail('/aboutus/company-history.htm'); if (!empty($data['info_hotel'])) { $data['info_hotel_root'] = $this->Information_model->get_detail_by_path($data['info_hotel']->is_path, 1);//信息所属分类,获取信息顶级节点内容 $data['info_hotel']->ic_photo = $this->set_photo_content($data['info_hotel']->ic_photo, $data['info_hotel']->ic_content);