]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/field_custom.tpl
Merge branch 'master' of ../save/merge/frio into frio_merge
[friendica.git] / view / theme / frio / templates / field_custom.tpl
1
2 <div class="form-group field custom">
3         <label for="{{$field.0}}">{{$field.1}}</label>
4         {{$field.2}}
5         <span class="help-block" id="{{$field.0}}_tip">{{$field.3}}</span>
6 </div>