]> git.mxchange.org Git - friendica.git/commitdiff
Give access to contact's profile-URL
authorFlxAlbroscheit <felix@artplantation.de>
Tue, 10 Mar 2015 21:44:57 +0000 (22:44 +0100)
committerFlxAlbroscheit <felix@artplantation.de>
Tue, 10 Mar 2015 21:44:57 +0000 (22:44 +0100)
mod/contacts.php

index a3263f39599bbce886c5b444f8ab036edaef6597..570672d4ea97176435791b1a11325f613450bf2c 100644 (file)
@@ -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 = '';
        }