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