From 8048313e87b9fd5ab6734e29a0e951524fa33e45 Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 16 Oct 2009 19:26:37 +0000 Subject: Standardized more files. git-svn-id: http://code.elgg.org/elgg/trunk@3554 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/friends/collections.php | 84 ++++++++++++++++------------------- 1 file changed, 38 insertions(+), 46 deletions(-) (limited to 'views/default/friends/collections.php') diff --git a/views/default/friends/collections.php b/views/default/friends/collections.php index c785cd68e..a013dc1da 100644 --- a/views/default/friends/collections.php +++ b/views/default/friends/collections.php @@ -1,53 +1,45 @@ "; + +if (is_array($vars['collections']) && sizeof($vars['collections'])) { + echo ""; + +} else { + echo elgg_echo("friends:nocollections"); +} + +echo ""; - /** - * Elgg friends collections - * Lists a user's friends collections - * - * @package Elgg - * @subpackage Core - - * @author Curverider Ltd - - * @link http://elgg.org/ - * - * @uses $vars['collections'] The array of friends collections - */ - - if (!isset($friendspicker)) $friendspicker = 0; - - echo "
"; - - if (is_array($vars['collections']) && sizeof($vars['collections'])) { - - echo ""; - - } else { - - echo elgg_echo("friends:nocollections"); - - } - - echo "
"; - ?> \ No newline at end of file + -- cgit v1.2.3