71c71,75 < my $date_start = sprintf("%04d%02d%02d%06d",$year,$month,'01','000000'); --- > > # 2003-10-23/hakank: Show full blogging time instead if just one month. > # Hardcoded my blog start month (2003-06) > # my $date_start = sprintf("%04d%02d%02d%06d",$year,$month,'01','000000'); > my $date_start = sprintf("%04d%02d%02d%06d",2003,06,'01','000000'); 73a78 > 114c119,123 < my $caption = "B L O G T I M E S ".&month2str($month)." $year"; --- > > # 2003-10-21/hakank: Show the text "FULL TIME", instead of just > # the month name > # my $caption = "B L O G T I M E S ".&month2str($month)." $year"; > my $caption = "B L O G T I M E S F U L L T I M E";