This commit is contained in:
parent
6f5b98d7ca
commit
12dcf2d464
|
@ -2,6 +2,8 @@
|
||||||
[% USE HTML -%]
|
[% USE HTML -%]
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
[% PROCESS common.tt %]
|
||||||
|
|
||||||
[% BLOCK makeLink %]
|
[% BLOCK makeLink %]
|
||||||
<li [% IF curUri == uri %]class="active"[% END %]>
|
<li [% IF curUri == uri %]class="active"[% END %]>
|
||||||
<div class="title"><a href="[% uri %]">[% title %]</a></div>
|
<div class="title"><a href="[% uri %]">[% title %]</a></div>
|
||||||
|
@ -125,7 +127,7 @@
|
||||||
[% content %]
|
[% content %]
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<hr />
|
<hr />
|
||||||
Generated on [% date.format %].
|
Generated on [% PROCESS renderDateTime %].
|
||||||
[% IF c.user_exists %]
|
[% IF c.user_exists %]
|
||||||
You are logged in as <tt>[% c.user.username %]</tt>.
|
You are logged in as <tt>[% c.user.username %]</tt>.
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
Loading…
Reference in a new issue