you and me babe

2022.09-rc
Mike Macgirvin 2010-09-27 19:58:37 -07:00
rodzic 01d36785b0
commit 55351114fa
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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' => ''
));

Wyświetl plik

@ -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
));