|
|
@ -589,7 +589,6 @@ class Information extends CI_Controller
|
|
|
|
|
|
|
|
|
|
|
|
$breadcrumb_data = $this->Information_model->get_path_exclude_self($information->is_id, $information->is_path);
|
|
|
|
$breadcrumb_data = $this->Information_model->get_path_exclude_self($information->is_id, $information->is_path);
|
|
|
|
|
|
|
|
|
|
|
|
if ($information->is_id == '278006460') {
|
|
|
|
|
|
|
|
$breadcrumb_structured_data_content = $this->load->view(
|
|
|
|
$breadcrumb_structured_data_content = $this->load->view(
|
|
|
|
$template_path . '-structured-data-breadcrumb',
|
|
|
|
$template_path . '-structured-data-breadcrumb',
|
|
|
|
array('breadcrumb_data' => $breadcrumb_data, 'information' => $information),
|
|
|
|
array('breadcrumb_data' => $breadcrumb_data, 'information' => $information),
|
|
|
@ -598,7 +597,6 @@ class Information extends CI_Controller
|
|
|
|
'<!--@STRUCTURED-DATA-BREADCRUMB-BLOCK@-->',
|
|
|
|
'<!--@STRUCTURED-DATA-BREADCRUMB-BLOCK@-->',
|
|
|
|
$breadcrumb_structured_data_content,
|
|
|
|
$breadcrumb_structured_data_content,
|
|
|
|
$template);
|
|
|
|
$template);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//替换模板中的标签
|
|
|
|
//替换模板中的标签
|
|
|
|