The account type is now read and displayed

This commit is contained in:
Michael Vogel 2016-10-01 20:03:27 +00:00
parent 82dcc3fe79
commit 60a0235af0
16 changed files with 78 additions and 59 deletions

View file

@ -81,7 +81,7 @@ function match_content(&$a) {
'details' => $contact_details['location'],
'tags' => $contact_details['keywords'],
'about' => $contact_details['about'],
'account_type' => (($contact_details['community']) ? t('Forum') : ''),
'account_type' => account_type($contact_details),
'thumb' => proxy_url($jj->photo, false, PROXY_SIZE_THUMB),
'inttxt' => ' ' . t('is interested in:'),
'conntxt' => t('Connect'),