From: Ant Zucaro Date: Sat, 28 Feb 2015 21:57:17 +0000 (-0500) Subject: Port the footer. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a45d465ee47a473ea2228e5ac5fdeb4b4241d220;p=xonotic%2Fxonstat.git Port the footer. --- diff --git a/xonstat/templates/base.mako b/xonstat/templates/base.mako index a30dff1..281b582 100644 --- a/xonstat/templates/base.mako +++ b/xonstat/templates/base.mako @@ -1,4 +1,6 @@ <%namespace name="nav" file="nav.mako"/> +<%namespace name="footer" file="footer.mako" /> + @@ -38,13 +40,7 @@ - <%block name="footer"> -
-
-

XonStat is an open source (GPLv2) project created by Antibody. Fork it on Github!
Questions? Check the FAQ first.
Issues? Log them either here or here - I check both!

-
-
- + ${footer.footer()} <%block name="js"> diff --git a/xonstat/templates/footer.mako b/xonstat/templates/footer.mako new file mode 100644 index 0000000..2f9f45a --- /dev/null +++ b/xonstat/templates/footer.mako @@ -0,0 +1,47 @@ +<%def name="footer()"> + + + +