From fbad1da0e0b614a9f80c641559a17652d797eb44 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Fri, 22 Mar 2024 09:58:00 +0800 Subject: [PATCH] fix gh_gm tpl --- application/controllers/information.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); }