@ -717,17 +717,15 @@ class Information extends CI_Controller
//非产品页面
/*
if (empty(get_meta($information->ic_id, 'meta_product_code'))) {
//信息推荐 暂时不用,未来用广告系统替代
$template_NEXT = $this->call_mobile_template_NEXT($template_path, $information->is_id);
$template = str_replace('<!-- @ARTICLENEXT@ --> ', $template_NEXT, $template);
// $template_NEXT = $this->call_mobile_template_NEXT($template_path, $information->is_id);
// $template = str_replace('<!-- @ARTICLENEXT@ --> ', $template_NEXT, $template);
$addthis_widget = $this->load->view($template_path . '-add-this', false, true);
$template = str_replace('<!-- @ADDTHIS - WIDGET@ --> ', $addthis_widget, $template);
} else {
$template = str_replace('<!-- @PRODUCT - JS@ --> ', '< script src = "https://data.chinahighlights.com/js/flatpickr.js" > < / script > ', $template);
// $template = str_replace('<!-- @PRODUCT - JS@ --> ', '< script src = "https://data.chinahighlights.com/js/flatpickr.js" > < / script > ', $template);
}
*/
//主样式表,内联模式
$main_css_string = compress_css(GET_HTTP('https://proxy-data.asiahighlights.com/css/mobile-first.css'));