* Format.

This commit is contained in:
宋辰轩
2022-06-20 15:11:29 +08:00
parent 0b83f28fe9
commit 9460102a29
+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');
?>
<!DOCTYPE html>
<html lang='<?php echo $clientLang;?>'>