diff options
author | Friendika <info@friendika.com> | 2010-11-11 02:49:28 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-11 02:49:28 -0800 |
commit | 7be66b1d91f80c3cee0ed6f08392c3f3f1bffc1e (patch) | |
tree | 9c813130c32d83c440e145e514bb4e08f6fae0e3 /view/xrd_host.tpl | |
parent | 0abaa6724d6b2e7e3f5a3f8d81026cee9def0b10 (diff) | |
download | volse-hubzilla-7be66b1d91f80c3cee0ed6f08392c3f3f1bffc1e.tar.gz volse-hubzilla-7be66b1d91f80c3cee0ed6f08392c3f3f1bffc1e.tar.bz2 volse-hubzilla-7be66b1d91f80c3cee0ed6f08392c3f3f1bffc1e.zip |
ff account manager
Diffstat (limited to 'view/xrd_host.tpl')
-rw-r--r-- | view/xrd_host.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/xrd_host.tpl b/view/xrd_host.tpl index 091c1541b..fae70dec9 100644 --- a/view/xrd_host.tpl +++ b/view/xrd_host.tpl @@ -4,8 +4,8 @@ <hm:Host>$domain</hm:Host> - <Link rel='lrdd' - template='http://$domain/xrd/?uri={uri}'> - <Title>Resource Descriptor</Title> - </Link> + <Link rel='lrdd' template='http://$domain/xrd/?uri={uri}' /> + <Link rel='acct-mgmt' href='http://$domain/amcd' /> + <Link rel='http://services.mozilla.com/amcd/0.1' href='http://$domain/amcd' /> + </XRD> |