]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/settings/addons.tpl
Merge pull request #4840 from AndyHee/doc20180413
[friendica.git] / view / theme / frio / templates / settings / addons.tpl
1 <div class="generic-page-wrapper">
2         {{* include the title template for the settings title *}}
3         {{include file="section_title.tpl" title=$title}}
4
5         <form action="settings/addon" method="post" autocomplete="off">
6         <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
7
8         {{$settings_addons}}
9
10         </form>
11
12 </div>