mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:42:53 +00:00
Give access to contact's profile-URL
This commit is contained in:
parent
20208acb23
commit
21237ddba6
1 changed files with 2 additions and 1 deletions
|
@ -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 = '';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue