comment macros showing on photos
This commit is contained in:
parent
c2e35d2d35
commit
3b51f28d25
|
@ -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' => ''
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user