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

No commit message

No commit message
parent 6d6873d7
Branches
No related tags found
No related merge requests found
......@@ -132,20 +132,20 @@
<div class="globeGroup two_col middle" id="plotRoles">
<h3 class="sec_header"><?php
if($me->profile_role == 'prospect')
echo 'Prospective Students';
else if($me->profile_role == 'student')
echo 'Students';
else if($me->profile_role == 'parent')
if($me->profile_role == 'Prospective Student')
echo 'Other Prospective Students';
else if($me->profile_role == 'Current Student')
echo 'Other Students';
else if($me->profile_role == 'Parent of a Student')
echo 'Fellow Parents';
else if($me->profile_role == 'alum')
echo 'Alumni';
else if($me->profile_role == 'facstaff')
echo 'Faculty/Staff';
else if($me->profile_role == 'resident')
echo 'Residents of Nebraska';
else if($me->profile_role == 'friends')
echo 'Friends of UNL';
else if($me->profile_role == 'Alumnus')
echo 'Other Alumni';
else if($me->profile_role == 'Faculty/Staff')
echo 'Other Faculty/Staff';
else if($me->profile_role == 'Nebraska Resident')
echo 'Other Residents of Nebraska';
else if($me->profile_role == 'Friend of the University')
echo 'Other Friends of UNL';
else
echo 'Other Users Like You';
?> <span class="plotOnMap">Show All</span></h3>
......@@ -326,4 +326,4 @@
<div class="clear"></div>
<span style="font-size:.8em;font-style:italic">Icons are only clickable if that user has edited their profile with their location. Otherwise, we don't know where to put them!</span>
<p style="font-size:.8em;font-style:italic;margin-top:20px">Icons are only clickable if that user has edited their profile with their location. Otherwise, we don't know where to put them!</p>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment