1
0
Fork 0

add missing info about if contact is forum to contact related pages

This commit is contained in:
rabuzarus 2015-11-28 03:50:45 +01:00
commit 226bda9f58
4 changed files with 10 additions and 6 deletions

View file

@ -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'),