From 25cfe38e7721da38e90d43f8a09b7233c8ab7df0 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 1 Jul 2008 11:42:16 +0000 Subject: Small fix for gallery view users git-svn-id: https://code.elgg.org/elgg/trunk@1226 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/gallery.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mod') diff --git a/mod/profile/views/default/profile/gallery.php b/mod/profile/views/default/profile/gallery.php index c76064adb..62b6d9ac4 100644 --- a/mod/profile/views/default/profile/gallery.php +++ b/mod/profile/views/default/profile/gallery.php @@ -30,11 +30,6 @@ ); $info .= "

getUrl() . "\">" . $vars['entity']->name . "

"; - - $location = $vars['entity']->location; - if (!empty($location)) { - $info .= "

" . elgg_echo("profile:location") . ": " . elgg_view("output/tags",array('value' => $vars['entity']->location)) . "

"; - } // echo elgg_view_listing($icon, $info); echo elgg_view('search/gallery_listing',array('icon' => $icon, 'info' => $info)); -- cgit v1.2.3