mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19: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
12
impressum/view/admin.tpl
Executable file → Normal file
12
impressum/view/admin.tpl
Executable file → Normal file
|
@ -1,7 +1,7 @@
|
|||
{{ inc $field_input with $field=$owner }}{{ endinc }}
|
||||
{{ inc $field_input with $field=$ownerprofile }}{{ endinc }}
|
||||
{{ inc $field_textarea with $field=$postal }}{{ endinc }}
|
||||
{{ inc $field_textarea with $field=$notes }}{{ endinc }}
|
||||
{{ inc $field_input with $field=$email }}{{ endinc }}
|
||||
{{ inc $field_textarea with $field=$footer_text }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$owner }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$ownerprofile }}{{ endinc }}
|
||||
{{ inc field_textarea.tpl with $field=$postal }}{{ endinc }}
|
||||
{{ inc field_textarea.tpl with $field=$notes }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$email }}{{ endinc }}
|
||||
{{ inc field_textarea.tpl with $field=$footer_text }}{{ endinc }}
|
||||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue