12 lines
334 B
Smarty
12 lines
334 B
Smarty
<div class="generic-page-wrapper">
|
|
{{* include the title template for the settings title *}}
|
|
{{include file="section_title.tpl" title=$title}}
|
|
|
|
<form action="settings/addon" method="post" autocomplete="off">
|
|
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
|
|
|
{{$settings_addons}}
|
|
|
|
</form>
|
|
|
|
</div> |