you and me babe
This commit is contained in:
parent
01d36785b0
commit
55351114fa
|
@ -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' => ''
|
||||||
));
|
));
|
||||||
|
|
|
@ -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
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in a new issue