|
|
|
@ -1277,7 +1277,7 @@ class Information extends CI_Controller
|
|
|
|
|
$template = str_replace('<!--@PRODUCT-JS@-->', '<script src="https://data.asiahighlights.com/js/flatpickr.js"></script>', $template);
|
|
|
|
|
$inquiry_form_template = $this->load->view(
|
|
|
|
|
$template_path . '-inquiry-form',
|
|
|
|
|
array('meta_product_code' => $meta_product_code, 'ic_seo_title' => $information->ic_seo_title),
|
|
|
|
|
array('meta_product_code' => $meta_product_code, 'information' => $information),
|
|
|
|
|
true);
|
|
|
|
|
$information->ic_content = str_replace('<!--@INQUIRY-FORM@-->', $inquiry_form_template, $information->ic_content);
|
|
|
|
|
}
|
|
|
|
|