diff --git a/plugins/globe/views/default/globe/content.php b/plugins/globe/views/default/globe/content.php index 5fa48931bcd565f9176da4fe8279f66e59714c79..c5b704e8f038c0f0e6e13604e68994ed3f181f7f 100644 --- a/plugins/globe/views/default/globe/content.php +++ b/plugins/globe/views/default/globe/content.php @@ -22,6 +22,13 @@ <div id="globeInner" style="opacity:1 !important; display: block !important;width:940px;height:705px;background-color:#000;"></div> - - - \ No newline at end of file +<div id="plotMe"></div> +<div class="col left" id="plotFriends"> +<h3 class="sec_header">Your Friends</h3> +</div> +<div class="col middle" id="plotGroups"> +<h3 class="sec_header">Your Groups</h3></div> +<div class="col middle" id="plotRoles"> +<h3 class="sec_header">Other <Roles></h3></div> +<div class="col right" id="plotXXX"> +<h3 class="sec_header">Room for something else</h3></div> \ No newline at end of file