aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-10 21:22:36 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-10 21:22:36 -0700
commit9662c44a17280781f2e0762c0bf0c53bec1ed5f2 (patch)
treea6383b190b26b08f530d3f602d691a6c3bea2821 /mod/profile.php
parent06bdf8a4cfe9087573494c0b782a33d1e28ac043 (diff)
downloadvolse-hubzilla-9662c44a17280781f2e0762c0bf0c53bec1ed5f2.tar.gz
volse-hubzilla-9662c44a17280781f2e0762c0bf0c53bec1ed5f2.tar.bz2
volse-hubzilla-9662c44a17280781f2e0762c0bf0c53bec1ed5f2.zip
even more fixes
Diffstat (limited to 'mod/profile.php')
-rw-r--r--mod/profile.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/profile.php b/mod/profile.php
index 0cc236f95..5e1f5dfdc 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -238,6 +238,9 @@ function profile_content(&$a, $update = false) {
'$id' => $item['item_id'],
'$parent' => $item['parent'],
'$profile_uid' => $a->profile['uid'],
+ '$mylink' => $a->contact['url'],
+ '$mytitle' => t('Me'),
+ '$myphoto' => $a->contact['thumb'],
'$ww' => ''
));
}