1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-04-11 22:00:15 +00:00

comment macros showing on photos

This commit is contained in:
Friendika 2011-05-08 22:58:38 -07:00
parent c2e35d2d35
commit 3b51f28d25

View file

@ -1166,6 +1166,8 @@ function photos_content(&$a) {
'$mylink' => $contact['url'],
'$mytitle' => t('This is you'),
'$myphoto' => $contact['thumb'],
'$comment' => t('Comment'),
'$submit' => t('Submit'),
'$ww' => ''
));
}
@ -1195,6 +1197,8 @@ function photos_content(&$a) {
'$mylink' => $contact['url'],
'$mytitle' => t('This is you'),
'$myphoto' => $contact['thumb'],
'$comment' => t('Comment'),
'$submit' => t('Submit'),
'$ww' => ''
));
}