]> git.mxchange.org Git - friendica.git/blob - view/templates/field_custom.tpl
Merge pull request #7948 from MrPetovan/bug/7946-frio-contact-tab
[friendica.git] / view / templates / field_custom.tpl
1
2         
3         <div class='field custom'>
4                 <label for='{{$field.0}}'>{{$field.1}}</label>
5                 {{$field.2 nofilter}}
6                 {{if $field.3}}
7                 <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3 nofilter}}</span>
8                 {{/if}}
9         </div>