]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/settings/userexport.tpl
Update wall_thread.tpl
[friendica.git] / view / theme / frio / templates / settings / userexport.tpl
1
2 <div class="generic-page-wrapper">
3         {{* include the title template for the settings title *}}
4         {{include file="section_title.tpl" title=$title}}
5
6         {{foreach $options as $o}}
7         <dl>
8                 <dt><a href="{{$o.0}}">{{$o.1}}</a></dt>
9                 <dd>{{$o.2}}</dd>
10         </dl>
11         {{/foreach}}
12 </div>