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