From 0be9ce25d2a7bd1ab6d74603f553cf36b2fec906 Mon Sep 17 00:00:00 2001 From: Jimmy Liow <18777396951@163.com> Date: Tue, 20 Jun 2023 10:21:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=A8=A1=E6=9D=BF=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E9=97=AE=E9=A2=98?= 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 707c1222..fd7c3ee9 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -1040,7 +1040,7 @@ class Information extends CI_Controller $city_name = $feedback30_array[1][$index]; $feedback_list = $this->Feedback_model->get_feedback_by_city_name($city_name); $feedback_content = $this->load->view( - $template_path . 'ah-ch-gh-feedback-30-list', + 'mobile_first/ah-ch-gh-feedback-30-list', array('feedback_list' => $feedback_list), true );