From 8c62376d05aec2bd69c1e6e3ff87283b047b246c Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Thu, 14 Jul 2022 15:49:55 +0800 Subject: [PATCH] * Fix bug #25281. --- module/common/view/header.lite.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/view/header.lite.html.php b/module/common/view/header.lite.html.php index 685c876d23..d6aa8a5340 100755 --- a/module/common/view/header.lite.html.php +++ b/module/common/view/header.lite.html.php @@ -8,7 +8,7 @@ $defaultTheme = $webRoot . 'theme/default/'; $langTheme = $themeRoot . 'lang/' . $clientLang . '.css'; $clientTheme = $this->app->getClientTheme(); $onlybody = zget($_GET, 'onlybody', 'no'); -$commonLang = array('zh-cn', 'zh-tw', 'en'); +$commonLang = array('zh-cn', 'zh-tw', 'en', 'fr', 'de'); ?>