|
|
|
|
@ -1273,7 +1273,9 @@ class Information extends CI_Controller
|
|
|
|
|
if (empty($meta_product_code)) {
|
|
|
|
|
$addthis_widget = $this->load->view($template_path . '-add-this', false, true);
|
|
|
|
|
$template = str_replace('<!--@ADDTHIS-WIDGET@-->', $addthis_widget, $template);
|
|
|
|
|
} else {
|
|
|
|
|
$template = str_replace('?product_code=', '', $template);
|
|
|
|
|
} else {
|
|
|
|
|
$template = str_replace('?product_code=', '?product_code='.$meta_product_code, $template);
|
|
|
|
|
$inquiry_form_template = $this->load->view(
|
|
|
|
|
$template_path . '-inquiry-form',
|
|
|
|
|
array('meta_product_code' => $meta_product_code, 'information' => $information),
|
|
|
|
|
|