mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38: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,2 +1,2 @@
|
|||
{{ inc $field_select with $field=$default_avatar}}{{ endinc }}
|
||||
{{ inc field_select.tpl with $field=$default_avatar}}{{ endinc }}
|
||||
<div class="submit"><input type="submit" value="$submit" /></div>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
{{include file="file:{{$field_select}}" field=$default_avatar}}
|
||||
{{include file="field_select.tpl" field=$default_avatar}}
|
||||
<div class="submit"><input type="submit" value="{{$submit}}" /></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue