diff --git a/application/controllers/information.php b/application/controllers/information.php index 6598263e..76bbfa4a 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -663,6 +663,10 @@ class Information extends CI_Controller $lazy_content=$this->html_optimize_lib->set_lazy_loader($information->ic_content,'https://data.chinahighlights.com/grey.gif'); $template = str_replace('', $lazy_content, $template); + //替换内容中各种标签 + $tag_why_us = $this->load->view($template_path . '-why-us', false, true); + $template = str_replace('', $tag_why_us, $template); + //Google广告代码 //if (!empty(get_meta($information->ic_id, 'meta_google_ad_content'))) { $template = str_replace('', '', $template); diff --git a/application/views/mobile_first/ch-pc.php b/application/views/mobile_first/ch-pc.php index 99d96cfb..2b2aaf2c 100644 --- a/application/views/mobile_first/ch-pc.php +++ b/application/views/mobile_first/ch-pc.php @@ -85,6 +85,8 @@