diff options
Diffstat (limited to 'views/default/friends/list.php')
| -rw-r--r-- | views/default/friends/list.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/views/default/friends/list.php b/views/default/friends/list.php deleted file mode 100644 index 3907479bd..000000000 --- a/views/default/friends/list.php +++ /dev/null @@ -1,27 +0,0 @@ -<?php - - /** - * Elgg friends list - * Lists a user's friends - * - * @package Elgg - * @subpackage Core - - * @author Curverider Ltd - - * @link http://elgg.org/ - * - * @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 |
