1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-10 13:24:42 +00:00
friendica-github/view/templates/uexport.tpl
2016-02-17 23:47:32 +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}}