|
|
|
@ -1521,6 +1521,12 @@ class Information extends CI_Controller
|
|
|
|
|
//火车票首页
|
|
|
|
|
$template_TrainSearch = $this->load->view($template_path . '-train-index', null, TRUE);
|
|
|
|
|
$ImgText = "";
|
|
|
|
|
//火车票移动端去掉头部图片,保证搜索框CLS
|
|
|
|
|
if ($device == 'mobile') {
|
|
|
|
|
$meta_addon_picture = "";
|
|
|
|
|
$data["TOPBANNER"] = '<div class="banner">' . $template_TrainSearch . '</div>';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
} else if ($information->ic_url == "/china-flights") {
|
|
|
|
|
//机票首页
|
|
|
|
|
$template_TrainSearch = $this->load->view($template_path . '-flight-index', null, TRUE);
|
|
|
|
|