Skip to content
Snippets Groups Projects
Commit 52138b3a authored by Seth Meranda's avatar Seth Meranda
Browse files

Changed user pull to 16, removed the "me" icon since this page is no longer...

Changed user pull to 16, removed the "me" icon since this page is no longer displayed as a tab when logged in. Still need to randomize the users.
parent 61096b78
Branches
No related tags found
No related merge requests found
......@@ -220,19 +220,6 @@ div.items a.active {
$me = get_user($_SESSION['user']->guid);
?>
<div class="member_icon">
<img src="<?php echo $_SESSION['user']->getIcon('tiny'); ?>" alt="Your Profile Icon" class="tooltip" title="You" id="YourselfOnTheMap" onclick="window.openLocation(<?php echo "'" . $me->longitude . "','" . $me->latitude . "','" . $me->username . "',";
if($me->profile_country)
echo "'" . $me->profile_country . " - " . str_replace("'","\'",htmlentities($me->profile_city)) . ", " . $me->profile_state . "',";
else
echo "'',";
echo "'" . str_replace("'","\'",htmlentities($me->name)) . "',";
if($me->profile_attended_from != "Did Not Attend UNL" && $me->profile_attended_from != "" && $me->profile_attended_from != NULL)
echo "'Attended UNL: " . $me->profile_attended_from . "-" . $me->profile_attended_to . "'";
else
echo "''";
echo ",'". str_replace("'","\'",htmlentities($me->map_explanation))."'"?>)" />
</div>
<?php
}
......@@ -242,7 +229,7 @@ div.items a.active {
</p>
<!-- lat, lng, username, location, displayname, title, comment(text area) -->
<?php
$users = get_entities_from_metadata('icontime', '', 'user', '', 0, 8);
$users = get_entities_from_metadata('icontime', '', 'user', '', 0, 16);
//$users = get_entities('user', '', 0, '', 8, 0, false, 0, null);
if($users){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment