mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 03:02:54 +00:00
9 lines
323 B
Smarty
Executable file
9 lines
323 B
Smarty
Executable file
<div class="settings-block">
|
|
<h3>$title</h3>
|
|
<p>$desc</p>
|
|
{{ inc field_input.tpl with $field=$url }}{{ endinc }}
|
|
{{ inc field_input.tpl with $field=$auth }}{{ endinc }}
|
|
{{ inc field_select.tpl with $field=$api }}{{ endinc }}
|
|
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
|
|
|
</div>
|