Templatize system

This commit is contained in:
billz
2020-07-29 08:37:27 +01:00
parent b69d7f28a3
commit 04f62b9f0d
2 changed files with 10 additions and 87 deletions

View File

@@ -132,5 +132,5 @@ function DisplaySystem()
'vi_VN.UTF-8' => 'Tiếng Việt (Vietnamese)'
);
echo renderTemplate("system", compact("arrLocales", "status", "system", "ServerPort"));
echo renderTemplate("system", compact("arrLocales", "status", "ServerPort"));
}