forked from friendica/friendica-addons
update addons to support Smarty3
This commit is contained in:
parent
66334ec5cb
commit
3da6f1471c
62 changed files with 778 additions and 468 deletions
3
twitter/view/admin.tpl
Executable file
3
twitter/view/admin.tpl
Executable file
|
@ -0,0 +1,3 @@
|
|||
{{ inc $field_input with $field=$consumerkey }}{{ endinc }}
|
||||
{{ inc $field_input with $field=$consumersecret }}{{ endinc }}
|
||||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
3
twitter/view/smarty3/admin.tpl
Normal file
3
twitter/view/smarty3/admin.tpl
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{include file="file:{{$field_input}}" field=$consumerkey}}
|
||||
{{include file="file:{{$field_input}}" field=$consumersecret}}
|
||||
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
|
Loading…
Add table
Add a link
Reference in a new issue