Merge branch 'sprint/hufangzhou_25281' into 'master'

* Fix bug #25281.

See merge request easycorp/zentaopms!4551
This commit is contained in:
王怡栋
2022-07-14 08:23:43 +00:00
+1 -1
View File
@@ -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');
?>
<!DOCTYPE html>
<html lang='<?php echo $clientLang;?>'>