From c685684d47f7c0a1946393ee121551ad67dde3db Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 31 Dec 2010 02:57:09 +0000 Subject: added a proper gallery view - still need to wire up the elgg_view_list_item functions and remove the use of context git-svn-id: http://code.elgg.org/elgg/trunk@7784 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/file/search.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mod/file/search.php') diff --git a/mod/file/search.php b/mod/file/search.php index ba6808176..6e63f55f0 100644 --- a/mod/file/search.php +++ b/mod/file/search.php @@ -76,7 +76,6 @@ if ($listtype == "gallery") { $limit = 12; - elgg_push_context('gallery'); } if (!empty($tag)) { @@ -93,10 +92,6 @@ $area2 .= elgg_list_entities(array('types' => 'object', 'subtypes' => 'file', 'owner_guid' => $owner_guid, 'limit' => $limit, 'offset' => $offset)); } - if ($listtype == "gallery") { - elgg_pop_context(); - } - elgg_pop_context(); $content = "
".$area1.$area2."
"; -- cgit v1.2.3