|
|
|
@ -247,6 +247,7 @@ class Information extends CI_Controller
|
|
|
|
|
$this->config->set_item('templates', $this->config->item('templates_product_i'));
|
|
|
|
|
} else if ($this->config->item('site_code') === 'gm') {
|
|
|
|
|
$this->config->set_item('templates', $this->config->item('templates_product_gm'));
|
|
|
|
|
$data['infoTypeList'] = $this->config->item('InfoType_product_gm');
|
|
|
|
|
} else {
|
|
|
|
|
$this->config->set_item('templates', $this->config->item('templates_product'));
|
|
|
|
|
}
|
|
|
|
|