mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 15:22:53 +00:00
9 lines
259 B
Smarty
9 lines
259 B
Smarty
<div class="settings-block">
|
|
<h3>{{$title}}</h3>
|
|
<p>
|
|
<a href="{{$help}}">Get Help</a>
|
|
</p>
|
|
{{include file="field_checkbox.tpl" field=$allphotos}}
|
|
{{include file="field_checkbox.tpl" field=$oembed}}
|
|
<input type="submit" value="{{$submit}}">
|
|
</div>
|