Show more information when following a new contact

This commit is contained in:
Michael Vogel 2015-10-04 14:41:39 +02:00
parent be70dde61f
commit d0ae5ce326
5 changed files with 40 additions and 23 deletions

View file

@ -216,7 +216,6 @@ function notifications_content(&$a) {
'$contact_id' => $rr['contact-id'],
'$photo' => ((x($rr,'photo')) ? proxy_url($rr['photo']) : "images/person-175.jpg"),
'$fullname' => $rr['name'],
'$location_label' => t('Location:'),
'$location' => $rr['glocation'],
'$location_label' => t('Location:'),
'$about' => proxy_parse_html(bbcode($rr['gabout'], false, false)),