]> git.mxchange.org Git - friendica.git/blob - view/templates/field_custom.tpl
api: fix `friendica/notification/seen` api call
[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}}
6                 {{if $field.3}}
7                 <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3}}</span>
8                 {{/if}}
9         </div>