diff options
author | friendica <info@friendica.com> | 2014-08-13 22:22:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-13 22:22:52 -0700 |
commit | 1d6f49493674a8e9423f509eddea62f97c417ba5 (patch) | |
tree | 558ee91f724e2df3c2e2354b30f5db233f800fe2 /view/tpl | |
parent | 4156c68d0d433e804787cdd7ff52235d51b53ba2 (diff) | |
download | volse-hubzilla-1d6f49493674a8e9423f509eddea62f97c417ba5.tar.gz volse-hubzilla-1d6f49493674a8e9423f509eddea62f97c417ba5.tar.bz2 volse-hubzilla-1d6f49493674a8e9423f509eddea62f97c417ba5.zip |
some work on extended profile fields
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/profile_advanced.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ </dl> {{/if}} +{{foreach $profile.extra_fields as $f}} +{{if $profile.$f}} +<dl id="aprofile-{{$f}}" class="aprofile"> + <dt>{{$profile.$f.0}}</dt> + <dd>{{$profile.$f.1}}</dd> +</dl> +{{/if}} +{{/foreach}} + + {{if $things}} {{foreach $things as $key => $items}} <b>{{$profile.fullname.1}} {{$key}}</b> |