mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-02-16 21:44:06 +00:00
6 lines
215 B
Smarty
6 lines
215 B
Smarty
<div class="settings-block">
|
|
<h3>$title</h3>
|
|
{{ inc field_input.tpl with $field=$address }}{{ endinc }}
|
|
{{ inc field_checkbox.tpl with $field=$enabled }}{{ endinc }}
|
|
<input type="submit" value="$submit">
|
|
</div>
|