diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/profile/views/default/profile/details.php | 2 |
1 files changed, 2 insertions, 0 deletions
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 '<div id="profile-details" class="elgg-body pll">'; echo "<h2>{$user->name}</h2>"; +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) { |