From ca9ed0b16163dcf77154c0adc702e9f4c63df13c Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 12 Feb 2011 22:39:41 +0000 Subject: added the status view into details on profile page git-svn-id: http://code.elgg.org/elgg/trunk@8181 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/details.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod/profile/views/default/profile/details.php b/mod/profile/views/default/profile/details.php index 649a5b2cc..04d95001d 100644 --- a/mod/profile/views/default/profile/details.php +++ b/mod/profile/views/default/profile/details.php @@ -11,6 +11,8 @@ $profile_fields = elgg_get_config('profile_fields'); echo '
'; echo "

{$user->name}

"; +echo elgg_view("profile/status", array("entity" => $user)); + $even_odd = null; if (is_array($profile_fields) && sizeof($profile_fields) > 0) { foreach ($profile_fields as $shortname => $valtype) { -- cgit v1.2.3