aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings_addons.tpl
blob: f0d5195bf1f4fd5308547a325030a18717b4df7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="generic-content-wrapper-styled">
<h1>{{$title}}</h1>


<form action="settings/featured" method="post" autocomplete="off">
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>

{{$settings_addons}}

</form>

</div>