diff options
Diffstat (limited to 'views/default/friends/list.php')
-rw-r--r-- | views/default/friends/list.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/views/default/friends/list.php b/views/default/friends/list.php deleted file mode 100644 index 182dc2ef5..000000000 --- a/views/default/friends/list.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php -/** - * Elgg friends list - * Lists a user's friends - * - * @package Elgg - * @subpackage Core - * - * @uses $vars['friends'] The array of ElggUser objects - */ - -if (is_array($vars['friends']) && sizeof($vars['friends']) > 0) { - foreach($vars['friends'] as $friend) { - echo elgg_view_entity($friend); - } -}
\ No newline at end of file |