diff options
-rwxr-xr-x | includes/footer.php | 2 | ||||
-rwxr-xr-x | theme/footer.tpl | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/includes/footer.php b/includes/footer.php index b49559b..dadb6f5 100755 --- a/includes/footer.php +++ b/includes/footer.php | |||
@@ -244,6 +244,8 @@ if (!isset($noRightbar)) | |||
244 | } | 244 | } |
245 | } | 245 | } |
246 | 246 | ||
247 | $template->add('REVISION', exec('hg tip --template {rev}')); | ||
248 | |||
247 | $template->display(); | 249 | $template->display(); |
248 | 250 | ||
249 | ?> | 251 | ?> |
diff --git a/theme/footer.tpl b/theme/footer.tpl index 9c21d7b..eecbdcf 100755 --- a/theme/footer.tpl +++ b/theme/footer.tpl | |||
@@ -17,7 +17,8 @@ | |||
17 | 17 | ||
18 | <DIV ID="footer"> | 18 | <DIV ID="footer"> |
19 | <UL CLASS="rows"> | 19 | <UL CLASS="rows"> |
20 | <LI>Four Island by <a href="http://fourisland.com">Starla Insigna</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</a>.</LI> | 20 | <LI>Four Island (r<!--REVISION-->) is by <a href="http://fourisland.com">Starla Insigna</a></LI> |
21 | <LI>Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</a>.</LI> | ||
21 | <LI><A HREF="/wiki/privacy-policy/">Privacy Policy</A></LI> | 22 | <LI><A HREF="/wiki/privacy-policy/">Privacy Policy</A></LI> |
22 | </UL> | 23 | </UL> |
23 | 24 | ||