From a4640beb99084c79bf889a82c01cf0a13ad51b4b Mon Sep 17 00:00:00 2001 From: brettp Date: Sun, 8 Nov 2009 00:15:03 +0000 Subject: Fixed the wrapper for comment listing. git-svn-id: http://code.elgg.org/elgg/trunk@3639 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../views/default/search/comments/listing.php | 29 +++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'mod/search/views') diff --git a/mod/search/views/default/search/comments/listing.php b/mod/search/views/default/search/comments/listing.php index ba9b7ea6e..8ba0a2288 100644 --- a/mod/search/views/default/search/comments/listing.php +++ b/mod/search/views/default/search/comments/listing.php @@ -7,6 +7,31 @@ * @author Curverider Ltd * @link http://elgg.org/ */ +?> + +
+ $vars['params']['query'], + 'type' => $vars['params']['type'], + 'limit' => get_input('limit', 10), + 'offset' => get_input('offset', 0), + 'subtype' => $vars['params']['subtype'] + ) +)); + +$url = "{$vars['url']}pg/search?$query"; +$more = "+$count more $title_str"; + +echo elgg_view('page_elements/contentwrapper', array('body' => $body)); foreach ($vars['entities'] as $entity) { if ($owner = $entity->getOwnerEntity()) { @@ -31,4 +56,6 @@ foreach ($vars['entities'] as $entity) { ___END; -} \ No newline at end of file +} +?> +
-- cgit v1.2.3