|
|
|
@ -572,8 +572,8 @@ $config['templates_i'] = array(
|
|
|
|
|
'[城市]C景点列表模板' => 'city_info_attractions_list',
|
|
|
|
|
'[城市]C景点详细模板' => 'city_attractions',
|
|
|
|
|
'[专题]T0空白' => 'r_tpl_empty',
|
|
|
|
|
'[专题]T0空白(H1+面包屑)' => 'r_empty2',
|
|
|
|
|
'[专题]T0空白(仅容器)' => 'r_empty_container',
|
|
|
|
|
'[专题]T0空白(H1+面包屑)' => 'r_empty2',
|
|
|
|
|
'----------二级目录----------' => '------2------',
|
|
|
|
|
'[专题]T2首页' => 'r_t2_index',
|
|
|
|
|
'[专题]T2详细' => 'r_t2_detail',
|
|
|
|
@ -872,7 +872,7 @@ $config['templates'] = array(
|
|
|
|
|
'通用内容模板' => 'guide_info_detail',
|
|
|
|
|
'城市-列表模板' => 'city_info_list',
|
|
|
|
|
'城市-首页模板' => 'city_info_index',
|
|
|
|
|
'城市-首页模板(GM)' => 'city_info_index_new',
|
|
|
|
|
'城市-首页模板(GM)' => 'city_info_index_new',
|
|
|
|
|
'城市-首页模板[简]' => 'city_info_s_index',
|
|
|
|
|
'城市-景点列表模板' => 'city_info_attractions_list',
|
|
|
|
|
'城市-景点列表模板[简]' => 'city_info_s_attractions_list',
|
|
|
|
@ -911,7 +911,7 @@ $config['templates'] = array(
|
|
|
|
|
//德语信息模板
|
|
|
|
|
$config['templates_gm'] = array(
|
|
|
|
|
'通用内容模板' => 'guide_info_detail',
|
|
|
|
|
'城市-首页模板(GM)' => 'city_info_index_new',
|
|
|
|
|
'城市-首页模板(GM)' => 'city_info_index_new',
|
|
|
|
|
'文化模板 [单页式]' => 'culture_info_detail_one_page',
|
|
|
|
|
'文化模板 [导航式]' => 'culture_info_detail_with_category',
|
|
|
|
|
'信息专题模板' => 'guide_top_series',
|
|
|
|
@ -956,6 +956,7 @@ $config['templates_product'] = array(
|
|
|
|
|
|
|
|
|
|
//产品管理板块模板(国际站使用)
|
|
|
|
|
$config['templates_product_i'] = array(
|
|
|
|
|
'空白模板(仅容器)' => 'r_empty_container',
|
|
|
|
|
'空白模板(新)' => 'r_tpl_empty_2017',
|
|
|
|
|
'空白模板(旧)' => 'r_tpl_empty',
|
|
|
|
|
);
|
|
|
|
|