From dd944835627790b127ac9f5ab6b8eff18e35b6a4 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 28 Feb 2015 15:23:35 -0500 Subject: [PATCH] Change the base template. --- xonstat/templates/base.mako | 80 +++++++++++++++++++------------------ 1 file changed, 42 insertions(+), 38 deletions(-) diff --git a/xonstat/templates/base.mako b/xonstat/templates/base.mako index 953eed4..3f81ca2 100644 --- a/xonstat/templates/base.mako +++ b/xonstat/templates/base.mako @@ -2,61 +2,65 @@ - - XonStat: Player Statistics for Xonotic - - + + + + - + XonStat: Player Statistics for Xonotic <%block name="css"> - - + + + + + <%block name="headjs"> + <%block name="navigation"> - ${nav.nav("leaderboard")} + ${nav.nav("leaderboard")} -
+
+
+
+ <%block name="title"> +
- <%block name="hero_unit"> - + ${self.body()} -
-
-
<%block name="title">
- ${self.body()} -
-
+
+
- <%block name="footer"> + <%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!

- - - <%block name="js"> - - - - - - - + + + <%block name="js"> + + + + + + + + -- 2.39.2