diff --git a/application/controllers/information.php b/application/controllers/information.php index 6af5ea3d..d322d73d 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -334,7 +334,7 @@ class Information extends CI_Controller } //可选的展示模板 - if (in_array($this->config->item('site_code'), array('gh_vac', 'gh_vc', 'gh_jp', 'gh_ru', 'gh_it'))) { + if (in_array($this->config->item('site_code'), array('gh_vac', 'gh_vc', 'gh_jp', 'gh_ru', 'gh_it', 'gh_gm'))) { $this->config->set_item('templates', $this->config->item('templates_gh')); }