* PROCESS -> INCLUDE in most cases. INCLUDE does proper scoping of
variables.
This commit is contained in:
@ -146,7 +146,7 @@
|
||||
[% content %]
|
||||
<div id="footer">
|
||||
<hr />
|
||||
Generated on [% PROCESS renderDateTime %].
|
||||
Generated on [% INCLUDE renderDateTime %].
|
||||
[% IF c.user_exists %]
|
||||
You are logged in as <tt>[% c.user.username %]</tt>.
|
||||
[% END %]
|
||||
|
Reference in New Issue
Block a user