master
赵鹏 1 month ago
parent 33eaf36432
commit d653a4ed32

@ -6219,8 +6219,8 @@ class Information extends CI_Controller
//主样式表,内联模式
//$apiweb="http://202.103.68.104:107"; //本地测试
$apiweb = "https://www.chiangmaiyipengfestival.com/";
$cssUrl = $apiweb . "css/css3/base.css?v=" . time();
$apiweb = "https://www.chiangmaiyipengfestival.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>';

Loading…
Cancel
Save