diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-30 18:52:40 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-30 18:52:40 -0500 |
commit | fecf268680f6ab491bafb107c3f03402b66f3647 (patch) | |
tree | 38626f425a6e814c08024d902acd073cda03547d | |
parent | b4fb614d530498fc3dd4d7ccee2a91fea517c6dc (diff) | |
download | fourisland-fecf268680f6ab491bafb107c3f03402b66f3647.tar.gz fourisland-fecf268680f6ab491bafb107c3f03402b66f3647.tar.bz2 fourisland-fecf268680f6ab491bafb107c3f03402b66f3647.zip |
Added revision stamping
-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 | ||