|
|
@ -719,6 +719,9 @@ class Information extends CI_Controller
|
|
|
|
|
|
|
|
|
|
|
|
$info_page_form_content = $this->load->view($template_path . '-info-page-form', false, true);
|
|
|
|
$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);
|
|
|
|
$information->ic_content = str_replace('<!--@INFO-PAGE-FORM@-->', $info_page_form_content, $information->ic_content);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$visa_free_tester_content = $this->load->view($template_path . '-visa-free-tester', false, true);
|
|
|
|
|
|
|
|
$information->ic_content = str_replace('<!--@VISA-FREE-TESTER@-->', $visa_free_tester_content, $information->ic_content);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
$inquiry_form_template = $this->load->view($template_path . '-inquiry-form', array('meta_product_code' => $meta_product_code), true);
|
|
|
|
$inquiry_form_template = $this->load->view($template_path . '-inquiry-form', array('meta_product_code' => $meta_product_code), true);
|
|
|
|
$template = str_replace('?product_code=', '?product_code=' . $meta_product_code, $template);
|
|
|
|
$template = str_replace('?product_code=', '?product_code=' . $meta_product_code, $template);
|
|
|
|