|
|
|
|
@ -3231,8 +3231,8 @@ class Information extends CI_Controller
|
|
|
|
|
$data = array();
|
|
|
|
|
|
|
|
|
|
#region 公用数据
|
|
|
|
|
$apiurl = "http://202.103.68.104:61/info.php"; //本地测试
|
|
|
|
|
//$apiurl = "https://ct.mycht.cn/info.php"; //网前
|
|
|
|
|
//$apiurl = "http://202.103.68.104:61/info.php"; //本地测试
|
|
|
|
|
$apiurl = "https://ct.mycht.cn/info.php"; //网前
|
|
|
|
|
|
|
|
|
|
//先准备数据,采用直接赋值视图然后返回视图字符串的模式,不使用一次次替换视图模板内容的模式。
|
|
|
|
|
$data["TITLE"] = $information->ic_seo_title;
|
|
|
|
|
@ -3300,8 +3300,8 @@ class Information extends CI_Controller
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//主样式表,内联模式
|
|
|
|
|
$apiweb="http://202.103.68.104:84"; //本地测试
|
|
|
|
|
//$apiweb = "https://www.mybeijingchina.com";
|
|
|
|
|
//$apiweb="http://202.103.68.104:84"; //本地测试
|
|
|
|
|
$apiweb = "https://www.mybeijingchina.com";
|
|
|
|
|
$cssUrl = $apiweb . "/css/css3/base.css?v=" . time();
|
|
|
|
|
$main_css_string = compress_css(GET_HTTP($cssUrl));
|
|
|
|
|
$data["MAINCSS"] = '<style type="text/css">' . $main_css_string . '</style>';
|
|
|
|
|
|