]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
added the status view into details on profile page
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 12 Feb 2011 22:39:41 +0000 (22:39 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 12 Feb 2011 22:39:41 +0000 (22:39 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8181 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/profile/views/default/profile/details.php

index 649a5b2cc79509d7e61b0c1ebe662eecbc0033b9..04d95001d2ba2e7524e6f92c60a0b43e28b1a91f 100644 (file)
@@ -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) {