From e332d1074f1b663ec66d37b0f575df2e41d5535c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 1 May 2017 21:10:04 -0700 Subject: move theme specific files to theme dir --- view/tpl/xrd_person.tpl | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 view/tpl/xrd_person.tpl (limited to 'view/tpl/xrd_person.tpl') diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl deleted file mode 100755 index 93fdcb1df..000000000 --- a/view/tpl/xrd_person.tpl +++ /dev/null @@ -1,31 +0,0 @@ - - - - {{$accturi}} - {{if $aliases}}{{foreach $aliases as $a}} - {{$a}} - {{/foreach}}{{/if}} - - - - - - - - - - - {{$dspr}} - - -- cgit v1.2.3 From 80ec92ce8d9f615eeb06d92b67ad1ff840cad0cc Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 2 May 2017 12:46:50 -0700 Subject: Revert "move theme specific files to theme dir" This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c. --- view/tpl/xrd_person.tpl | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 view/tpl/xrd_person.tpl (limited to 'view/tpl/xrd_person.tpl') diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl new file mode 100755 index 000000000..93fdcb1df --- /dev/null +++ b/view/tpl/xrd_person.tpl @@ -0,0 +1,31 @@ + + + + {{$accturi}} + {{if $aliases}}{{foreach $aliases as $a}} + {{$a}} + {{/foreach}}{{/if}} + + + + + + + + + + + {{$dspr}} + + -- cgit v1.2.3 From e48d5383cec4f5e7bd40bbac005819d60f38c970 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 30 May 2017 16:50:57 -0700 Subject: move disapora xrd stuff to plugin --- view/tpl/xrd_person.tpl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'view/tpl/xrd_person.tpl') diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl index 93fdcb1df..225892d70 100755 --- a/view/tpl/xrd_person.tpl +++ b/view/tpl/xrd_person.tpl @@ -22,10 +22,7 @@ href="{{$hcard_url}}" /> - - - {{$dspr}} - -- cgit v1.2.3 From 34c4775916f824755b4545f8d6f0ec2b8a653a88 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 28 Jun 2017 16:45:48 -0700 Subject: missing space in nav tpl --- view/tpl/xrd_person.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/xrd_person.tpl') diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl index 225892d70..52adb54e3 100755 --- a/view/tpl/xrd_person.tpl +++ b/view/tpl/xrd_person.tpl @@ -1,7 +1,7 @@ - {{$accturi}} + {{$subject}} {{if $aliases}}{{foreach $aliases as $a}} {{$a}} {{/foreach}}{{/if}} -- cgit v1.2.3