의 미러
https://github.com/friendica/friendica
synced 2025-09-07 21:21:52 +02:00
you and me babe
This commit is contained in:
부모
01d36785b0
커밋
55351114fa
2개의 변경된 파일과 2개의 추가작업 그리고 2개의 파일을 삭제
|
@ -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
|
||||
));
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue