you and me babe

This commit is contained in:
Mike Macgirvin 2010-09-27 19:58:37 -07:00
parent 01d36785b0
commit 55351114fa
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ function display_content(&$a) {
'$parent' => $item['parent'], '$parent' => $item['parent'],
'$profile_uid' => $a->profile['uid'], '$profile_uid' => $a->profile['uid'],
'$mylink' => $contact['url'], '$mylink' => $contact['url'],
'$mytitle' => t('Me'), '$mytitle' => t('This is you'),
'$myphoto' => $contact['thumb'], '$myphoto' => $contact['thumb'],
'$ww' => '' '$ww' => ''
)); ));

View File

@ -223,7 +223,7 @@ function network_content(&$a, $update = 0) {
'$parent' => $item['parent'], '$parent' => $item['parent'],
'$profile_uid' => $_SESSION['uid'], '$profile_uid' => $_SESSION['uid'],
'$mylink' => $a->contact['url'], '$mylink' => $a->contact['url'],
'$mytitle' => t('Me'), '$mytitle' => t('This is you'),
'$myphoto' => $a->contact['thumb'], '$myphoto' => $a->contact['thumb'],
'$ww' => $commentww '$ww' => $commentww
)); ));