';
+ $location .= ((x($profile,'address') == 1) ? '
' . $profile['address'] . '
' : '');
+ $location .= (((x($profile,'locality') == 1) || (x($profile,'region') == 1) || (x($profile,'postal-code') == 1))
+ ? '
' . $profile['locality'] . ''
+ . ((x($profile['locality']) == 1) ? t(', ') : '')
+ . '' . $profile['region'] . ''
+ . ' ' . $profile['postal-code'] . '' : '');
+ $location .= ((x($profile,'country-name') == 1) ? '
' . $profile['country-name'] . '' : '');
+ $location .= '