even more fixes

This commit is contained in:
Mike Macgirvin
2010-08-10 21:22:36 -07:00
parent 06bdf8a4cf
commit 9662c44a17
9 changed files with 60 additions and 20 deletions

View File

@@ -172,6 +172,9 @@ function network_content(&$a, $update = false) {
'$id' => $item['item_id'],
'$parent' => $item['parent'],
'$profile_uid' => $_SESSION['uid'],
'$mylink' => $a->contact['url'],
'$mytitle' => t('Me'),
'$myphoto' => $a->contact['thumb'],
'$ww' => $commentww
));
}