friendica-github/view/templates/settings/userexport.tpl
Tobias Diekershoff 9f9dd18adc move frio template
2019-11-04 07:21:45 +01:00

10 lines
141 B
Smarty

<h3>{{$title}}</h3>
{{foreach $options as $o}}
<dl>
<dt><a href="{{$o.0}}">{{$o.1}}</a></dt>
<dd>{{$o.2}}</dd>
</dl>
{{/foreach}}