add missing frio template
This commit is contained in:
parent
9f9dd18adc
commit
58ac1a29b1
12
view/theme/frio/templates/settings/userexport.tpl
Normal file
12
view/theme/frio/templates/settings/userexport.tpl
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
<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>
|
Loading…
Reference in a new issue