summary refs log tree commit diff stats
path: root/includes
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-30 18:52:40 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-30 18:52:40 -0500
commitfecf268680f6ab491bafb107c3f03402b66f3647 (patch)
tree38626f425a6e814c08024d902acd073cda03547d /includes
parentb4fb614d530498fc3dd4d7ccee2a91fea517c6dc (diff)
downloadfourisland-fecf268680f6ab491bafb107c3f03402b66f3647.tar.gz
fourisland-fecf268680f6ab491bafb107c3f03402b66f3647.tar.bz2
fourisland-fecf268680f6ab491bafb107c3f03402b66f3647.zip
Added revision stamping
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/footer.php2
1 files changed, 2 insertions, 0 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?>