mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
revert addon Smarty3 templates to non-variable-based includes
This commit is contained in:
parent
75f47b74d2
commit
c12542ef96
53 changed files with 75 additions and 146 deletions
|
@ -1,3 +1,3 @@
|
|||
{{ inc $field_input with $field=$tmsserver }}{{ endinc }}
|
||||
{{ inc $field_input with $field=$zoom }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$tmsserver }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$zoom }}{{ endinc }}
|
||||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{{include file="file:{{$field_input}}" field=$tmsserver}}
|
||||
{{include file="file:{{$field_input}}" field=$zoom}}
|
||||
{{include file="field_input.tpl" field=$tmsserver}}
|
||||
{{include file="field_input.tpl" field=$zoom}}
|
||||
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue