diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 9296f3100ba56db2162332903ef5dc0bbcd68ac8..e51e3826e4031259375f20b3f510f6b4addd8e98 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -153,7 +153,7 @@ Most recent members to add their profile: </p> <!-- lat, lng, username, location, displayname, title, comment(text area) --> - <?php + <?php //$users = get_entities_from_metadata('icontime', '', 'user', '', 0, 8); $users = get_entities('user', '', 0, '', 8, 0, false, 0, null); if($users){ @@ -162,15 +162,15 @@ if($user->profile_country) echo "'" . $user->profile_country . " - " . $user->profile_city . ", " . $user->profile_state . "',"; else - echo "''"; + echo "'',"; echo "'" . $user->name . "',"; if($user->profile_attended) - echo "'Attended UNL: " . $user->profile_attended . "'"; + echo "'Attended UNL: " . $user->profile_attended . "',"; else echo "''"; echo ");return false;\" src=\"mod/profile/icon.php?username=" . $user->username . "&size=tiny\" /></div>"; } - } + } ?> </div> @@ -201,7 +201,7 @@ <div style="width:330px; top:30px; left:30px;"> <h2>Join the Conversation</h2> <p> - Huskers like you are encouraged to join UNL's new social media platform and put yourself on the map! + Huskers like you are encouraged to join UNL's new social platform and put yourself on the map! </p> </div> <br />