comment macros showing on photos

This commit is contained in:
Friendika 2011-05-08 22:58:38 -07:00
parent c2e35d2d35
commit 3b51f28d25
1 changed files with 4 additions and 0 deletions

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