diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 63ec3918d37906a11d2ac56645c14d17d6ba5421..605772206985ea052781999b14a0b57dafafba95 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -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){