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
No related branches found
No related tags found
No related merge requests found
...@@ -132,20 +132,20 @@ ...@@ -132,20 +132,20 @@
<div class="globeGroup two_col middle" id="plotRoles"> <div class="globeGroup two_col middle" id="plotRoles">
<h3 class="sec_header"><?php <h3 class="sec_header"><?php
if($me->profile_role == 'prospect') if($me->profile_role == 'Prospective Student')
echo 'Prospective Students'; echo 'Other Prospective Students';
else if($me->profile_role == 'student') else if($me->profile_role == 'Current Student')
echo 'Students'; echo 'Other Students';
else if($me->profile_role == 'parent') else if($me->profile_role == 'Parent of a Student')
echo 'Fellow Parents'; echo 'Fellow Parents';
else if($me->profile_role == 'alum') else if($me->profile_role == 'Alumnus')
echo 'Alumni'; echo 'Other Alumni';
else if($me->profile_role == 'facstaff') else if($me->profile_role == 'Faculty/Staff')
echo 'Faculty/Staff'; echo 'Other Faculty/Staff';
else if($me->profile_role == 'resident') else if($me->profile_role == 'Nebraska Resident')
echo 'Residents of Nebraska'; echo 'Other Residents of Nebraska';
else if($me->profile_role == 'friends') else if($me->profile_role == 'Friend of the University')
echo 'Friends of UNL'; echo 'Other Friends of UNL';
else else
echo 'Other Users Like You'; echo 'Other Users Like You';
?> <span class="plotOnMap">Show All</span></h3> ?> <span class="plotOnMap">Show All</span></h3>
...@@ -326,4 +326,4 @@ ...@@ -326,4 +326,4 @@
<div class="clear"></div> <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