add missing info about if contact is forum to contact related pages
This commit is contained in:
parent
5fe8ae514b
commit
226bda9f58
4 changed files with 10 additions and 6 deletions
|
|
@ -79,6 +79,7 @@ function match_content(&$a) {
|
|||
'details' => $contact_details['location'],
|
||||
'tags' => $contact_details['keywords'],
|
||||
'about' => $contact_details['about'],
|
||||
'account_type' => (($contact_details['community']) ? t('Forum') : ''),
|
||||
'thumb' => proxy_url($jj->photo, false, PROXY_SIZE_THUMB),
|
||||
'inttxt' => ' ' . t('is interested in:'),
|
||||
'conntxt' => t('Connect'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue