From 3185e22a0adf5ac16105003d139edd1abfa073e6 Mon Sep 17 00:00:00 2001 From: ycc Date: Tue, 17 Nov 2020 15:41:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0CANONICAL=E5=9F=9F=E5=90=8D?= 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 b982bdf9..b550d688 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -566,7 +566,7 @@ class Information extends CI_Controller $mobile_template=str_replace('', $this->input->post('ic_seo_title'), $mobile_template); $mobile_template=str_replace('', $this->input->post('ic_seo_description'), $mobile_template); $mobile_template=str_replace('', $this->input->post('ic_seo_keywords'), $mobile_template); - $mobile_template=str_replace('', $this->input->post('ic_url'), $mobile_template); + $mobile_template=str_replace('', $this->input->post('site_url').$this->input->post('ic_url'), $mobile_template); $mobile_template=str_replace('', $this->input->post('ic_content'), $mobile_template); // /travelguide/chinese-zodiac/monthly-fortune-for-dog.htm $mobile_html=$this->config->item('cache')[$this->config->item('site_code')]['cache_path'].$this->input->post('ic_url');