|
|
@ -187,6 +187,9 @@ class Information extends CI_Controller {
|
|
|
|
if (in_array($this->config->item('site_code'), array('ah'))) {
|
|
|
|
if (in_array($this->config->item('site_code'), array('ah'))) {
|
|
|
|
$this->config->set_item('templates', $this->config->item('templates_ah'));
|
|
|
|
$this->config->set_item('templates', $this->config->item('templates_ah'));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (in_array($this->config->item('site_code'), array('pgr'))) {
|
|
|
|
|
|
|
|
$this->config->set_item('templates', $this->config->item('templates_pgr'));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//信息区域类型
|
|
|
|
//信息区域类型
|
|
|
|
switch ($data['rootInformation']->ic_ht_area_type) {
|
|
|
|
switch ($data['rootInformation']->ic_ht_area_type) {
|
|
|
|