diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-23 19:07:01 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-23 19:07:01 -0800 |
commit | b1ff5367e7e853d7e0e24c91aecc3a8f80d0ba87 (patch) | |
tree | 603c8e4271337b80cbb866dbe7106e4b63b1ea0d /view/tpl/profile_advanced.tpl | |
parent | 96fdb88690fcb572b5bc4948a7df71b3c257a97d (diff) | |
download | volse-hubzilla-b1ff5367e7e853d7e0e24c91aecc3a8f80d0ba87.tar.gz volse-hubzilla-b1ff5367e7e853d7e0e24c91aecc3a8f80d0ba87.tar.bz2 volse-hubzilla-b1ff5367e7e853d7e0e24c91aecc3a8f80d0ba87.zip |
more work on profile vcards - still a lot of work to go
Diffstat (limited to 'view/tpl/profile_advanced.tpl')
-rwxr-xr-x | view/tpl/profile_advanced.tpl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl index 4000f39d6..ba0efe999 100755 --- a/view/tpl/profile_advanced.tpl +++ b/view/tpl/profile_advanced.tpl @@ -47,6 +47,28 @@ {{foreach $fields as $f}} + + + + + + + + + + + + + + + + + + + + + + {{if $f == 'name'}} <dl id="aprofile-fullname" class="aprofile"> <dt>{{$profile.fullname.0}}</dt> |