From e4f936c97e96ddf2e1f00496d902410f358ce69c Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Mon, 21 Sep 2009 14:37:50 +0000
Subject: [PATCH]

---
 plugins/globe/views/default/globe/content.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/globe/views/default/globe/content.php b/plugins/globe/views/default/globe/content.php
index eac8cdc1..8ea051ba 100644
--- a/plugins/globe/views/default/globe/content.php
+++ b/plugins/globe/views/default/globe/content.php
@@ -131,7 +131,7 @@
 
 
 <div class="globeGroup two_col middle" id="plotRoles">
-	<h3 class="sec_header"><?php
+	<h3 class="sec_header"><?php echo $me->profile_role;
 										if($me->profile_role == 'Prospective Student')
 											echo 'Other Prospective Students'; 
 										else if($me->profile_role == 'Current Student')
-- 
GitLab