From e3c2e589794b13e23c1184deeba37e41dbc0144b Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 29 Oct 2012 17:14:02 -0700 Subject: "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details. --- mod/xrd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/xrd.php') diff --git a/mod/xrd.php b/mod/xrd.php index a718d623d..d22ff4699 100644 --- a/mod/xrd.php +++ b/mod/xrd.php @@ -34,7 +34,7 @@ function xrd_init(&$a) { $o = replace_macros($tpl, array( '$nick' => $r[0]['nickname'], '$accturi' => $uri, - '$profile_url' => $a->get_baseurl() . '/profile/' . $r[0]['nickname'], + '$profile_url' => $a->get_baseurl() . '/channel/' . $r[0]['nickname'], '$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'], -- cgit v1.2.3