|
|
|
@ -594,17 +594,12 @@ class Information extends CI_Controller
|
|
|
|
|
$template_path . '-structured-data-breadcrumb',
|
|
|
|
|
array('breadcrumb_data' => $breadcrumb_data, 'information' => $information),
|
|
|
|
|
true);
|
|
|
|
|
$information->ic_content = str_replace(
|
|
|
|
|
'<!--@STRUCTURED-DATA-BREADCRUMB-BLOCK@-->',
|
|
|
|
|
$breadcrumb_structured_data_content,
|
|
|
|
|
$information->ic_content);
|
|
|
|
|
$template = str_replace(
|
|
|
|
|
'<!--@STRUCTURED-DATA-BREADCRUMB-BLOCK@-->',
|
|
|
|
|
$breadcrumb_structured_data_content,
|
|
|
|
|
$template);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$information->ic_content = str_replace(
|
|
|
|
|
'<!--@STRUCTURED-DATA-BREADCRUMB-BLOCK@-->',
|
|
|
|
|
"<div style='display: none' data-is-id='".$information->is_id."'></div>",
|
|
|
|
|
$information->ic_content);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//替换模板中的标签
|
|
|
|
|
$template = str_replace('<!--@TITLE@-->', $information->ic_seo_title, $template);
|
|
|
|
|