From 86949150acbf6607d4c13eddf69e8a4aace0b7ba Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 6 Oct 2008 15:53:57 +0000 Subject: You can now remove pagination from a list git-svn-id: https://code.elgg.org/elgg/trunk@2192 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/search/entity_list.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'views/default/search') diff --git a/views/default/search/entity_list.php b/views/default/search/entity_list.php index 8ceb0b139..a298983a2 100644 --- a/views/default/search/entity_list.php +++ b/views/default/search/entity_list.php @@ -7,7 +7,8 @@ $count = $vars['count']; $baseurl = $vars['baseurl']; $context = $vars['context']; - $viewtype = $vars['viewtype']; + $viewtype = $vars['viewtype']; + $pagination = $vars['pagination']; $html = ""; $nav = ""; @@ -29,7 +30,8 @@ )); } - $nav .= elgg_view('navigation/pagination',array( + if ($pagination) + $nav .= elgg_view('navigation/pagination',array( 'baseurl' => $baseurl, 'offset' => $offset, -- cgit v1.2.3