diff options
Diffstat (limited to 'view/tpl/settings_addons.tpl')
-rwxr-xr-x[-rw-r--r--] | view/tpl/settings_addons.tpl | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl index 9a4f95341..b8613bec6 100644..100755 --- a/view/tpl/settings_addons.tpl +++ b/view/tpl/settings_addons.tpl @@ -1,10 +1,15 @@ -<h1>$title</h1> +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} +<h1>{{$title}}</h1> <form action="settings/featured" method="post" autocomplete="off"> -<input type='hidden' name='form_security_token' value='$form_security_token'> +<input type='hidden' name='form_security_token' value='{{$form_security_token}}'> -$settings_addons +{{$settings_addons}} </form> |