aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-05-02 08:11:52 +0200
committerzottel <github@zottel.net>2012-05-02 08:11:52 +0200
commit6000e7f30d1193dada903eaf0e6f44149a3dde33 (patch)
tree9b9f482f611b6dd91866518387b79140c6567be7 /mod
parent2e2bb5e8b0d2ab4a732cafd2ada30a76c4883177 (diff)
parentbecdb1f5085f2561b8b0acebbdbf43e4a81d50da (diff)
downloadvolse-hubzilla-6000e7f30d1193dada903eaf0e6f44149a3dde33.tar.gz
volse-hubzilla-6000e7f30d1193dada903eaf0e6f44149a3dde33.tar.bz2
volse-hubzilla-6000e7f30d1193dada903eaf0e6f44149a3dde33.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'mod')
-rw-r--r--mod/profile.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/profile.php b/mod/profile.php
index e9d4ca344..69f044e89 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -143,6 +143,10 @@ function profile_content(&$a, $update = 0) {
return $o;
}
+
+ $o .= common_friends_visitor_widget($a->profile['profile_uid']);
+
+
if(x($_SESSION,'new_member') && $_SESSION['new_member'] && $is_owner)
$o .= '<a href="newmember" id="newmember-tips" style="font-size: 1.2em;"><b>' . t('Tips for New Members') . '</b></a>' . EOL;