aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/userdetails.php
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-16 18:39:42 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-16 18:39:42 +0000
commit940a2c4533fd43a1013108df9552042c6923c390 (patch)
tree291f0398ec87cc425e1b1cea281ddee12a036953 /mod/profile/views/default/profile/userdetails.php
parenteb6b0bd5e7640872c9ed07eda6f67ce9825f19ef (diff)
downloadelgg-940a2c4533fd43a1013108df9552042c6923c390.tar.gz
elgg-940a2c4533fd43a1013108df9552042c6923c390.tar.bz2
new view added to allow status plugins to extend and display as part of the profile block
git-svn-id: https://code.elgg.org/elgg/trunk@2773 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views/default/profile/userdetails.php')
-rw-r--r--mod/profile/views/default/profile/userdetails.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/profile/views/default/profile/userdetails.php b/mod/profile/views/default/profile/userdetails.php
index 2ecfc9bd6..8cf98261d 100644
--- a/mod/profile/views/default/profile/userdetails.php
+++ b/mod/profile/views/default/profile/userdetails.php
@@ -85,6 +85,9 @@
// display the users name
echo "<h2><a href=\"" . $vars['entity']->getUrl() . "\" rel=\"$rel\">" . $vars['entity']->name . "</a></h2>";
+ //insert a view that can be extended
+ echo elgg_view("profile/status");
+
if ($vars['full'] == true) {
?>