Multilinguified User Manager & Group Manager

This commit is contained in:
Nate Jones
2013-06-09 04:32:24 +00:00
parent 431461d667
commit 626208cde3
10 changed files with 275 additions and 152 deletions
+7
View File
@@ -34,8 +34,15 @@ else {
return;
}
//add multi-lingual support
require_once "app_languages.php";
foreach($text as $key => $value) {
$text[$key] = $value[$_SESSION['domain']['language']['code']];
}
//include the header
require_once "includes/header.php";
$page["title"] = $text['title-user_manager'];
//show the user list
echo "<div align='center'>";