|
|
|
@ -906,6 +906,37 @@ $config['templates'] = array(
|
|
|
|
|
'food列表' => 'food_list'
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
// CHT 信息模板
|
|
|
|
|
$config['templates_cht'] = array(
|
|
|
|
|
'通用内容模板' => 'guide_info_detail',
|
|
|
|
|
'城市-列表模板' => 'city_info_list',
|
|
|
|
|
'城市-首页模板' => 'city_info_index',
|
|
|
|
|
'城市-首页模板(GM)' => 'city_info_index_new',
|
|
|
|
|
'城市-首页模板[简]' => 'city_info_s_index',
|
|
|
|
|
'城市-景点列表模板' => 'city_info_attractions_list',
|
|
|
|
|
'城市-景点列表模板[简]' => 'city_info_s_attractions_list',
|
|
|
|
|
'城市-特色产品模板' => 'city_info_diytour',
|
|
|
|
|
'城市-一线城市首页' => 'city_info_index_one',
|
|
|
|
|
'省份-首页' => "area_info_index",
|
|
|
|
|
'省份-列表模板' => 'area_info_list',
|
|
|
|
|
'省份-通用内容模板' => 'area_info_detail',
|
|
|
|
|
'文化模板 [列表式]' => "culture_info_detail_just_list",
|
|
|
|
|
'文化模板 [单页式]' => 'culture_info_detail_one_page',
|
|
|
|
|
'文化模板 [导航式]' => 'culture_info_detail_with_category',
|
|
|
|
|
'信息专题模板' => 'guide_top_series',
|
|
|
|
|
'火车专题模板' => 'train_top_series',
|
|
|
|
|
'旅游攻略' => 'travel_story',
|
|
|
|
|
'节庆-详细模板' => 'festival_detail',
|
|
|
|
|
'节庆-列表模板' => 'festival_list',
|
|
|
|
|
'大使馆-详细页' => 'embassy_info_detail',
|
|
|
|
|
'城市-线路详细' => 'city_circuit',
|
|
|
|
|
'专题模板(大)' => 'guide_big_series',
|
|
|
|
|
'三峡游船' => 'yangtze',
|
|
|
|
|
'城市article列表' => 'city_article_list',
|
|
|
|
|
'food列表' => 'food_list',
|
|
|
|
|
'FAQ模板' => 'faq_detail'
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
//产品管理板块模板
|
|
|
|
|
$config['templates_product'] = array(
|
|
|
|
|
'空白模板' => 'none',
|
|
|
|
|