friendica/view/theme/frio/templates/settings/userexport.tpl

13 lines
272 B
Smarty
Raw Normal View History

2019-11-04 07:44:47 +01:00
<div class="generic-page-wrapper">
{{* include the title template for the settings title *}}
{{include file="section_title.tpl" title=$title}}
{{foreach $options as $o}}
<dl>
<dt><a href="{{$o.0}}">{{$o.1}}</a></dt>
<dd>{{$o.2}}</dd>
</dl>
{{/foreach}}
</div>