mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 16:04:27 +02:00
11 lines
201 B
Smarty
11 lines
201 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}}
|
|
|
|
</form>
|
|
|