增加 VISA-FREE-TESTER 标签

hotfix/paypal-note
Jimmy Liow 2 years ago
parent d6fe119229
commit 5aa2fcdd3b

@ -719,6 +719,9 @@ class Information extends CI_Controller
$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);
$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 {
$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);

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save