From ec38f1d5dbe75ee8bb66a904414266a7391412d4 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 3 Jul 2013 23:08:56 -0700 Subject: first template --- view/tpl/profile_advanced.tpl | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl index f8743c011..8075b0bb6 100755 --- a/view/tpl/profile_advanced.tpl +++ b/view/tpl/profile_advanced.tpl @@ -170,6 +170,17 @@ {{/if}} - +{{if $things}} +{{foreach $things as $key => $items}} +{{$profile.fullname.1}} {{$key}} + +{{/foreach}} +{{/if}} -- cgit v1.2.3