From 940a2c4533fd43a1013108df9552042c6923c390 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 16 Feb 2009 18:39:42 +0000 Subject: 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 --- mod/profile/views/default/profile/userdetails.php | 3 +++ 1 file changed, 3 insertions(+) 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 "

getUrl() . "\" rel=\"$rel\">" . $vars['entity']->name . "

"; + //insert a view that can be extended + echo elgg_view("profile/status"); + if ($vars['full'] == true) { ?> -- cgit v1.2.3