From 14a131e73eca92bb216ffad468a18c4a28ee35c2 Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 20 Dec 2010 00:30:29 +0000 Subject: added the core river to the tabbed profile plugin and fixed some deprecated function warnings git-svn-id: http://code.elgg.org/elgg/trunk@7697 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/views/default/groups/grouplisting.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mod/groups') diff --git a/mod/groups/views/default/groups/grouplisting.php b/mod/groups/views/default/groups/grouplisting.php index dc6bdb4a4..e7caa5f31 100644 --- a/mod/groups/views/default/groups/grouplisting.php +++ b/mod/groups/views/default/groups/grouplisting.php @@ -40,6 +40,4 @@ $info .= "

"; $info .= "

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

"; $info .= "

" . $vars['entity']->briefdescription . "

"; -echo elgg_view_listing($icon, $info); - -?> +echo elgg_view_image_block($icon, $info); -- cgit v1.2.3