From 8b83d3826376ccd989ac1669f025af4fabd15364 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 5 Apr 2010 13:23:37 +0000 Subject: feeds options added to the profile git-svn-id: http://code.elgg.org/elgg/trunk@5617 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/profile_lib.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/profile/profile_lib.php') diff --git a/mod/profile/profile_lib.php b/mod/profile/profile_lib.php index 993985279..b38286e1e 100644 --- a/mod/profile/profile_lib.php +++ b/mod/profile/profile_lib.php @@ -29,6 +29,9 @@ function profile_get_user_profile_html($user, $section = 'activity') { case 'twitter': $body .= elgg_view('profile/profile_contents/twitter', $view_options); break; + case 'feeds': + $body .= elgg_view('profile/profile_contents/feeds', $view_options); + break; case 'commentwall': $comments = $user->getAnnotations('commentwall', 200, 0, 'desc'); $body .= elgg_view('profile/profile_contents/commentwall', array("entity" => $user, "comments" => $comments)); -- cgit v1.2.3