diff options
author | Friendika <info@friendika.com> | 2011-10-27 14:52:35 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-27 14:52:35 -0700 |
commit | 056fe0a3aabecdc3a236ce9350e4e6f54ef52758 (patch) | |
tree | eacecc5f0fe4b2ce256a1ed37d34e03ed9fbc10f /mod/xrd.php | |
parent | ea0ab6fbac0dc317eb2e81abedbd3855c08a14c5 (diff) | |
download | volse-hubzilla-056fe0a3aabecdc3a236ce9350e4e6f54ef52758.tar.gz volse-hubzilla-056fe0a3aabecdc3a236ce9350e4e6f54ef52758.tar.bz2 volse-hubzilla-056fe0a3aabecdc3a236ce9350e4e6f54ef52758.zip |
poco discovery
Diffstat (limited to 'mod/xrd.php')
-rw-r--r-- | mod/xrd.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/xrd.php b/mod/xrd.php index a416a2cf3..2fa6bcd99 100644 --- a/mod/xrd.php +++ b/mod/xrd.php @@ -47,6 +47,7 @@ function xrd_init(&$a) { '$hcard_url' => $a->get_baseurl() . '/hcard/' . $r[0]['nickname'], '$atom' => $a->get_baseurl() . '/dfrn_poll/' . $r[0]['nickname'], '$zot_post' => $a->get_baseurl() . '/post/' . $r[0]['nickname'], + '$poco_url' => $a->get_baseurl() . '/poco/' . $r[0]['nickname'], '$photo' => $a->get_baseurl() . '/photo/profile/' . $r[0]['uid'] . '.jpg', '$dspr' => $dspr, '$salmon' => $a->get_baseurl() . '/salmon/' . $r[0]['nickname'], |