mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 09:04:26 +02:00
11 lines
210 B
Smarty
11 lines
210 B
Smarty
|
|
<h1>{{$title}}</h1>
|
|
|
|
|
|
<form action="settings/addon" method="post" autocomplete="off">
|
|
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
|
|
|
{{$settings_addons nofilter}}
|
|
|
|
</form>
|
|
|