isGuest()) { UI::exitError(getMLText("my_account"),getMLText("access_denied")); } if (!$settings->_enableUsersView) { UI::exitError(getMLText("my_account"),getMLText("access_denied")); } $allUsers = $dms->getAllUsers(); if (is_bool($allUsers)) { UI::exitError(getMLText("my_account"),getMLText("internal_error")); } $groups = $dms->getAllGroups(); if (is_bool($groups)) { UI::exitError(getMLText("admin_tools"),getMLText("internal_error")); } UI::htmlStartPage(getMLText("my_account")); UI::globalNavigation(); UI::pageNavigation(getMLText("my_account"), "my_account"); UI::contentHeading(getMLText("groups")); UI::contentContainerStart(); echo "\n"; UI::contentContainerEnd(); UI::htmlEndPage(); ?>