From fecf268680f6ab491bafb107c3f03402b66f3647 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Tue, 30 Dec 2008 18:52:40 -0500 Subject: Added revision stamping --- includes/footer.php | 2 ++ theme/footer.tpl | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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)) } } +$template->add('REVISION', exec('hg tip --template {rev}')); + $template->display(); ?> 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 @@