From 174937c6cc63e06d4e8b36216293ba86d082cd72 Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Tue, 2 Apr 2024 11:40:10 +0800 Subject: [PATCH] =?UTF-8?q?CH=20=E5=88=A0=E9=99=A4=E5=A4=B4=E9=83=A8?= =?UTF-8?q?=E5=A4=A7=E5=9B=BE=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index 003092e7..7136ae57 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -1084,13 +1084,6 @@ class Information extends CI_Controller ); $template = str_replace('', $article_structured_data_content, $template); - $article_top_image_content = $this->load->view( - $template_path . '-info-top-img', - array('information' => $information), - true - ); - $template = str_replace('', $article_top_image_content, $template); - $info_page_form_content = $this->load->view($template_path . '-info-page-form', false, true); $information->ic_content = str_replace('', $info_page_form_content, $information->ic_content);