From d629314bf802040b85e9a5ffd5de2489ce3267cf Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 29 May 2008 16:12:32 +0000 Subject: Added FOAF git-svn-id: https://code.elgg.org/elgg/trunk@760 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/foaf/friends/list.php | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 views/foaf/friends/list.php (limited to 'views/foaf/friends/list.php') diff --git a/views/foaf/friends/list.php b/views/foaf/friends/list.php new file mode 100644 index 000000000..a76a4d508 --- /dev/null +++ b/views/foaf/friends/list.php @@ -0,0 +1,40 @@ + 0) { + + foreach($vars['friends'] as $friend) { + +?> + + + + + username; ?> + name; ?> + username . "/?view=foaf" ?>" /> + + + + + + \ No newline at end of file -- cgit v1.2.3