diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-26 18:46:07 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-26 18:46:07 +0100 |
commit | f714e97d63e61dfda77f4d4ab4eb2b5b5fb06737 (patch) | |
tree | f1c439e3ca9d01f82a29629222e1afc603d194b8 /view/tpl | |
parent | a50706317435d09cacb95cad0a6ccaf8ae5b5f6c (diff) | |
parent | 3caf51b0754741dac2450a492de5aaebfa1b2fe9 (diff) | |
download | volse-hubzilla-f714e97d63e61dfda77f4d4ab4eb2b5b5fb06737.tar.gz volse-hubzilla-f714e97d63e61dfda77f4d4ab4eb2b5b5fb06737.tar.bz2 volse-hubzilla-f714e97d63e61dfda77f4d4ab4eb2b5b5fb06737.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/xrd_person.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl index 754eb3944..93fdcb1df 100755 --- a/view/tpl/xrd_person.tpl +++ b/view/tpl/xrd_person.tpl @@ -2,7 +2,10 @@ <XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"> <Subject>{{$accturi}}</Subject> - + {{if $aliases}}{{foreach $aliases as $a}} + <Alias>{{$a}}</Alias> + {{/foreach}}{{/if}} + <Link rel="http://schemas.google.com/g/2010#updates-from" type="application/atom+xml" href="{{$atom}}" /> |