aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl
diff options
context:
space:
mode:
authorArne Georg Gleditsch <argggh@lxr.linpro.no>2008-02-18 20:56:14 +0100
committerArne Georg Gleditsch <argggh@lxr.linpro.no>2008-02-18 20:56:14 +0100
commit3264b818f7a8d381211e30f65498acd363ccdf32 (patch)
treeae944e802f5c7ff52f7a49cb876b8ab273a4e489 /tmpl
parent947eb7b8b8200e5151b91f8be1a95c1dd466732a (diff)
Look for site-specific footers in tmpl/site as well.
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/footer.tt23
1 files changed, 2 insertions, 1 deletions
diff --git a/tmpl/footer.tt2 b/tmpl/footer.tt2
index 2c83414..a5e17e2 100644
--- a/tmpl/footer.tt2
+++ b/tmpl/footer.tt2
@@ -1,6 +1,7 @@
-
+[% TRY %][% INCLUDE site/footer.tt2 %][% CATCH DEFAULT %]
<div class="footer">
The original LXR software by the <a href="http://sourceforge.net/projects/lxr">LXR community</a>, this experimental version by <a href="mailto:lxr@linux.no">lxr@linux.no</a>.
</div>
</body>
</html>
+[% END %]