]> git.mxchange.org Git - friendica.git/blobdiff - mod/contacts.php
remote comments - though still needs a bit more work
[friendica.git] / mod / contacts.php
index 5bf906e060f6bd5daf61e5281bca6baf01f66a4e..999617aa19d155328ca638096cc51e7409fad362 100644 (file)
@@ -176,7 +176,8 @@ function contacts_content(&$a) {
                        '$photo' => $r[0]['photo'],
                        '$name' => $r[0]['name'],
                        '$dir_icon' => $dir_icon,
-                       '$alt_text' => $alt_text
+                       '$alt_text' => $alt_text,
+                       '$url' => (($direction != DIRECTION_IN) ? "redir/{$r[0]['id']}" : $r[0]['url'] )
 
                ));