changeset 158:6c1a70c3c3a8

Updated so that our templates always get a version included.
author Steve Kemp <steve@steve.org.uk>
date Sat, 05 Jan 2008 22:43:51 +0000
parents bef6c294a643
children 0d86c243c1c0
files bin/chronicle
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/chronicle	Sat Jan 05 22:37:52 2008 +0000
+++ b/bin/chronicle	Sat Jan 05 22:43:51 2008 +0000
@@ -970,6 +970,7 @@
     #
     $template->param( entries => $entries )   if ( $entries );
     $template->param( tagname => $tagName );
+    $template->param( release => $RELEASE );
 
     #
     #  The clouds
@@ -1093,6 +1094,7 @@
     #
     my $template = loadTemplate( "month.template",
                                  die_on_bad_params => 0 );
+    $template->param( release => $RELEASE );
 
 
     #