you and me babe
This commit is contained in:
parent
01d36785b0
commit
55351114fa
|
@ -158,7 +158,7 @@ function display_content(&$a) {
|
|||
'$parent' => $item['parent'],
|
||||
'$profile_uid' => $a->profile['uid'],
|
||||
'$mylink' => $contact['url'],
|
||||
'$mytitle' => t('Me'),
|
||||
'$mytitle' => t('This is you'),
|
||||
'$myphoto' => $contact['thumb'],
|
||||
'$ww' => ''
|
||||
));
|
||||
|
|
|
@ -223,7 +223,7 @@ function network_content(&$a, $update = 0) {
|
|||
'$parent' => $item['parent'],
|
||||
'$profile_uid' => $_SESSION['uid'],
|
||||
'$mylink' => $a->contact['url'],
|
||||
'$mytitle' => t('Me'),
|
||||
'$mytitle' => t('This is you'),
|
||||
'$myphoto' => $a->contact['thumb'],
|
||||
'$ww' => $commentww
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue