mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08: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,6 +1,6 @@
|
|||
{{include file="file:{{$field_input}}" field=$startdate}}
|
||||
{{include file="file:{{$field_input}}" field=$enddate}}
|
||||
{{include file="file:{{$field_input}}" field=$rurl}}
|
||||
{{include file="field_input.tpl" field=$startdate}}
|
||||
{{include file="field_input.tpl" field=$enddate}}
|
||||
{{include file="field_input.tpl" field=$rurl}}
|
||||
|
||||
<div style="border: 2px solid #f00; padding: 10px; margin:
|
||||
10px;font-size: 1.2em;"><strong>Note</strong>: The redirect will be active from the moment you
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue