aboutsummaryrefslogtreecommitdiffstats
path: root/mod/xrd.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-07 19:26:44 -0700
committerFriendika <info@friendika.com>2011-08-07 19:26:44 -0700
commit7eb7f774131a47212ff9c505d7d497c8c7b76a53 (patch)
treec0104f6d5186de19eaf7f0e54a08eb80d9c01ea5 /mod/xrd.php
parent0745c00b16a6c6c63c0d49f61d7a09c2fabbf41f (diff)
downloadvolse-hubzilla-7eb7f774131a47212ff9c505d7d497c8c7b76a53.tar.gz
volse-hubzilla-7eb7f774131a47212ff9c505d7d497c8c7b76a53.tar.bz2
volse-hubzilla-7eb7f774131a47212ff9c505d7d497c8c7b76a53.zip
use separate hcard from profile url
Diffstat (limited to 'mod/xrd.php')
-rw-r--r--mod/xrd.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/xrd.php b/mod/xrd.php
index c96c18f3c..9021222b7 100644
--- a/mod/xrd.php
+++ b/mod/xrd.php
@@ -47,6 +47,7 @@ function xrd_content(&$a) {
$o = replace_macros($tpl, array(
'$accturi' => $uri,
'$profile_url' => $a->get_baseurl() . '/profile/' . $r[0]['nickname'],
+ '$hcard_url' => $a->get_baseurl() . '/hcard/' . $r[0]['nickname'],
'$atom' => $a->get_baseurl() . '/dfrn_poll/' . $r[0]['nickname'],
'$photo' => $a->get_baseurl() . '/photo/profile/' . $r[0]['uid'] . '.jpg',
'$dspr' => $dspr,