|
|
|
@ -595,7 +595,7 @@ class Information extends CI_Controller
|
|
|
|
|
$template = str_replace('<!--@CANONICAL@-->', $this->config->item('site_url') . $information->ic_url, $template);
|
|
|
|
|
|
|
|
|
|
//火车票搜索框添加
|
|
|
|
|
if ($information->is_parent_id == "278035939"){
|
|
|
|
|
if ($information->is_parent_id == "278008234"){
|
|
|
|
|
//本地测试的火车父类ID为:278035939 。网前为:278008234
|
|
|
|
|
$template_TrainSearch = $this->load->view($template_path . '-train-detail',null, TRUE);
|
|
|
|
|
$template = str_replace('<!--@TRAIN-SEARCH@-->', $template_TrainSearch, $template);
|
|
|
|
|