|
|
@ -589,12 +589,15 @@ 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->ic_url == '/travelguide/article-earthquakes.htm') {
|
|
|
|
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),
|
|
|
|
true);
|
|
|
|
true);
|
|
|
|
$information->ic_content = str_replace('<!--@STRUCTURED-DATA-BREADCRUMB-BLOCK@-->', $breadcrumb_structured_data_content, $information->ic_content);
|
|
|
|
$information->ic_content = str_replace(
|
|
|
|
|
|
|
|
'<!--@STRUCTURED-DATA-BREADCRUMB-BLOCK@-->',
|
|
|
|
|
|
|
|
$breadcrumb_structured_data_content,
|
|
|
|
|
|
|
|
$information->ic_content);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|