* Adjust tree page language.

This commit is contained in:
caoyanyi
2023-12-28 11:01:51 +08:00
parent 09fe91ff00
commit 792c932c92
+5
View File
@@ -15,6 +15,11 @@ if(strpos($viewType, 'doc') !== false)
{
$manageTitle = $lang->doc->manageType;
}
elseif($viewType == 'host')
{
$app->loadLang('host');
$manageTitle = $lang->host->groupMaintenance;
}
elseif(strpos($viewType, 'trainskill') === false and strpos($viewType, 'trainpost') === false)
{
$manageChild = 'manage' . ucfirst($viewType) . 'Child';