]> git.mxchange.org Git - friendica.git/blobdiff - mod/allfriends.php
new version of the ShaShape iconset
[friendica.git] / mod / allfriends.php
index 8396efdd2d4eb185f2d7ef807edd2750c60ed64b..1be9550b10be2f16944a1884edf68b19ec71faf9 100644 (file)
@@ -69,7 +69,7 @@ function allfriends_content(&$a) {
 
                $entry = array(
                        'url'           => $rr['url'],
-                       'itemurl'       => $rr['url'],
+                       'itemurl'       => (($contact_details['addr'] != "") ? $contact_details['addr'] : $rr['url']),
                        'name'          => htmlentities($rr['name']),
                        'thumb'         => proxy_url($rr['photo'], false, PROXY_SIZE_THUMB),
                        'img_hover'     => htmlentities($rr['name']),