@ -920,6 +920,12 @@ $config['InfoType_ct'] = array(
'一日游线路详细' => 'c_day_tour'
);
//ct站点用到了
$config['InfoType_ah'] = array(
'国家信息' => 'country_info',
'区域信息' => 'area_info'
//可选模板
$config['templates'] = array(
'通用内容模板' => 'guide_info_detail',
@ -198,8 +198,9 @@ class Information extends CI_Controller
if ($Structure->is_sitecode == 'ct') {
$data['infoTypeList'] = $this->config->item('InfoType_ct');
} else {
} elseif($Structure->is_sitecode == 'ah'){
$data['infoTypeList'] = $this->config->item('InfoType_ah');
}else {
switch ($data['rootInformation']->ic_ht_area_type) {
case 'c': //城市
$data['infoTypeList'] = $this->config->item('InfoType_city');