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 /includes | |
parent | b4fb614d530498fc3dd4d7ccee2a91fea517c6dc (diff) | |
download | fourisland-fecf268680f6ab491bafb107c3f03402b66f3647.tar.gz fourisland-fecf268680f6ab491bafb107c3f03402b66f3647.tar.bz2 fourisland-fecf268680f6ab491bafb107c3f03402b66f3647.zip |
Added revision stamping
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/footer.php | 2 |
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 | ?> |