From 1d6f49493674a8e9423f509eddea62f97c417ba5 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 13 Aug 2014 22:22:52 -0700 Subject: some work on extended profile fields --- view/tpl/profile_advanced.tpl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'view/tpl/profile_advanced.tpl') diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl index 73033fe40..cbb078710 100755 --- a/view/tpl/profile_advanced.tpl +++ b/view/tpl/profile_advanced.tpl @@ -193,6 +193,16 @@ {{/if}} +{{foreach $profile.extra_fields as $f}} +{{if $profile.$f}} +
+
{{$profile.$f.0}}
+
{{$profile.$f.1}}
+
+{{/if}} +{{/foreach}} + + {{if $things}} {{foreach $things as $key => $items}} {{$profile.fullname.1}} {{$key}} -- cgit v1.2.3