From: FlxAlbroscheit Date: Tue, 10 Mar 2015 21:44:57 +0000 (+0100) Subject: Give access to contact's profile-URL X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=21237ddba603640e4eadd9ca18d4fd5f37b92bdf;p=friendica.git Give access to contact's profile-URL --- diff --git a/mod/contacts.php b/mod/contacts.php index a3263f3959..570672d4ea 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -32,7 +32,8 @@ function contacts_init(&$a) { $a->data['contact'] = $r[0]; $vcard_widget = replace_macros(get_markup_template("vcard-widget.tpl"),array( '$name' => $a->data['contact']['name'], - '$photo' => $a->data['contact']['photo'] + '$photo' => $a->data['contact']['photo'], + '$url' => $a->data['contact']['url'] )); $follow_widget = ''; }