判断是否有静态文件

hotfix/paypal-note
YCC 2 years ago
parent 998000e4bd
commit 167775670a

@ -330,8 +330,8 @@ class Information extends CI_Controller
}
*/
//CT判断是否生成静态文件
if ($this->config->item("site_code") == "chinatravel") {
//判断是否生成静态文件
if (is_mobile_first()) {
//查找是否有静态文件
if ($this->html_file_helper('find', $data['information']->ic_url)) {
$data['has_html_file'] = true;

Loading…
Cancel
Save