|
|
@ -667,6 +667,7 @@ class Information extends CI_Controller
|
|
|
|
$data_H1['ic_photo'] = $information->ic_photo;
|
|
|
|
$data_H1['ic_photo'] = $information->ic_photo;
|
|
|
|
$data_H1['breadcrumb_data'] = $breadcrumb_data;
|
|
|
|
$data_H1['breadcrumb_data'] = $breadcrumb_data;
|
|
|
|
$data_H1['ads_by_google'] = $ads_by_google;
|
|
|
|
$data_H1['ads_by_google'] = $ads_by_google;
|
|
|
|
|
|
|
|
$data_H1['ic_datetime'] = $information->ic_datetime;
|
|
|
|
$template_H1 = $this->load->view($template_path . '-h1', $data_H1, TRUE);
|
|
|
|
$template_H1 = $this->load->view($template_path . '-h1', $data_H1, TRUE);
|
|
|
|
$template = str_replace('<!--@HEAD_1@-->', $template_H1, $template);
|
|
|
|
$template = str_replace('<!--@HEAD_1@-->', $template_H1, $template);
|
|
|
|
|
|
|
|
|
|
|
|