diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-17 11:50:53 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-17 11:50:53 +0100 |
commit | a41a05e6c0b0fa5f9497f0880a2db9d8d7374092 (patch) | |
tree | 954e2cf1993c6b4338aaecb7bfb9cc8a9ca0b59e /view/tpl/profile_advanced.tpl | |
parent | a83cdbeb39a915f77d24b316ce63197e0f5ca2d3 (diff) | |
download | volse-hubzilla-a41a05e6c0b0fa5f9497f0880a2db9d8d7374092.tar.gz volse-hubzilla-a41a05e6c0b0fa5f9497f0880a2db9d8d7374092.tar.bz2 volse-hubzilla-a41a05e6c0b0fa5f9497f0880a2db9d8d7374092.zip |
bring more structure to profiles edit
Diffstat (limited to 'view/tpl/profile_advanced.tpl')
-rwxr-xr-x | view/tpl/profile_advanced.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl index a724c41bb..f928aa3ee 100755 --- a/view/tpl/profile_advanced.tpl +++ b/view/tpl/profile_advanced.tpl @@ -71,7 +71,7 @@ {{if $f == 'marital'}} {{if $profile.marital}} <dl id="aprofile-marital" class="aprofile"> - <dt><span class="heart">♥</span> {{$profile.marital.0}}</dt> + <dt><span class="heart"><i class="icon-heart"></i> </span>{{$profile.marital.0}}</dt> <dd>{{$profile.marital.1}}{{if in_array('with',$fields)}}{{if $profile.marital.with}} ({{$profile.marital.with}}){{/if}}{{/if}}{{if in_array('howlong',$fields)}}{{if $profile.howlong}} {{$profile.howlong}}{{/if}}{{/if}}</dd> </dl> {{/if}} |