Skip to content
Snippets Groups Projects
Commit ba9229c2 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

No commit message

No commit message
parent 983ebcca
Branches
No related tags found
No related merge requests found
......@@ -5,6 +5,29 @@
gatekeeper();
echo getUserCas();
if( isadminloggedin() || get_loggedin_user()=="unl_dburge2") {
$roles = get_entities_from_metadata("profile_role", "Prospective Student", "user","",0,300);
foreach($roles as $user){
$user = get_user($user->guid);
echo '<div style="border:1px solid gray; padding:10px; margin-bottom:10px;">';
echo '<img src="'.$CONFIG->url.'mod/profile/icon.php?username='.$user->username.'&size=small" />';
echo $user->username;
echo '</div>';
}
}
else {
}
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment