add missing frio template

This commit is contained in:
Tobias Diekershoff 2019-11-04 07:44:47 +01:00
parent 9f9dd18adc
commit 58ac1a29b1
1 changed files with 12 additions and 0 deletions

View 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>