aboutsummaryrefslogtreecommitdiff
path: root/friends/of.php
diff options
context:
space:
mode:
Diffstat (limited to 'friends/of.php')
-rw-r--r--friends/of.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/friends/of.php b/friends/of.php
index 702ae16ad..8632625e4 100644
--- a/friends/of.php
+++ b/friends/of.php
@@ -17,7 +17,8 @@
$owner = $_SESSION['user'];
}
- $area1 = list_entities_from_relationship('friend',$owner->getGUID(),true,'user','',0,10,false);
+ $area1 = elgg_view_title(elgg_echo('Friends'));
+ $area1 .= list_entities_from_relationship('friend',$owner->getGUID(),true,'user','',0,10,false);
$body = elgg_view_layout('one_column',$area1);
echo page_draw(sprintf(elgg_echo("friends:of:owned"),$owner->name),$body);