summary refs log tree commit diff stats
path: root/includes
diff options
context:
space:
mode:
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?>