|
|
|
@ -951,7 +951,19 @@ class Information extends CI_Controller
|
|
|
|
|
break;
|
|
|
|
|
default:
|
|
|
|
|
}
|
|
|
|
|
$breadcrumb_data = $this->Information_model->get_path_exclude_self($information->is_id, $information->is_path);
|
|
|
|
|
|
|
|
|
|
// GH Home 下层节点名称和链接映射
|
|
|
|
|
$group_map = [
|
|
|
|
|
278009289 => [
|
|
|
|
|
'ic_url' => '/destinations',
|
|
|
|
|
'ic_url_title' => 'Destinations'
|
|
|
|
|
],
|
|
|
|
|
278009290 => [
|
|
|
|
|
'ic_url' => '/about',
|
|
|
|
|
'ic_url_title' => 'About Us'
|
|
|
|
|
]
|
|
|
|
|
];
|
|
|
|
|
$breadcrumb_data = $this->Information_model->get_breadcrumb_data($information->is_id, $information->is_path, $group_map);
|
|
|
|
|
|
|
|
|
|
$breadcrumb_structured_data_content = $this->load->view(
|
|
|
|
|
$template_path . '-structured-data-breadcrumb',
|
|
|
|
|