|
|
@ -600,6 +600,11 @@ class Information extends CI_Controller
|
|
|
|
$information->ic_content);
|
|
|
|
$information->ic_content);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$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);
|
|
|
|
$template = str_replace('<!--@TITLE@-->', $information->ic_seo_title, $template);
|
|
|
|