|
|
|
@ -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;
|
|
|
|
|