comparison bin/chronicle @ 159:0d86c243c1c0

Include release in static pages too
author Steve Kemp <steve@steve.org.uk>
date Sat, 05 Jan 2008 22:45:46 +0000
parents 6c1a70c3c3a8
children 29397985be65
comparison
equal deleted inserted replaced
158:6c1a70c3c3a8 159:0d86c243c1c0
1160 # 1160 #
1161 # Load the template 1161 # Load the template
1162 # 1162 #
1163 my $template = loadTemplate( "entry.template", 1163 my $template = loadTemplate( "entry.template",
1164 die_on_bad_params => 0 ); 1164 die_on_bad_params => 0 );
1165 $template->param( release => $RELEASE );
1165 1166
1166 # 1167 #
1167 # Just the name of the file. 1168 # Just the name of the file.
1168 # 1169 #
1169 my $basename = $filename; 1170 my $basename = $filename;