|
|
|
@ -1084,13 +1084,6 @@ class Information extends CI_Controller
|
|
|
|
|
);
|
|
|
|
|
$template = str_replace('<!--@STRUCTURED-DATA-ARTICLE-BLOCK@-->', $article_structured_data_content, $template);
|
|
|
|
|
|
|
|
|
|
$article_top_image_content = $this->load->view(
|
|
|
|
|
$template_path . '-info-top-img',
|
|
|
|
|
array('information' => $information),
|
|
|
|
|
true
|
|
|
|
|
);
|
|
|
|
|
$template = str_replace('<!--@INFO-TOP-IMAGE@-->', $article_top_image_content, $template);
|
|
|
|
|
|
|
|
|
|
$info_page_form_content = $this->load->view($template_path . '-info-page-form', false, true);
|
|
|
|
|
$information->ic_content = str_replace('<!--@INFO-PAGE-FORM@-->', $info_page_form_content, $information->ic_content);
|
|
|
|
|
|
|
|
|
|