}
} else {
- print "<div class=\"page_footer_text\">Copyright © 2013, <a href=\"http://nexus-irc.de\">Nexus-IRC.de</a></div>\n";
+ my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime;
+ $year += 1900;
+ print "<div class=\"page_footer_text\">Copyright © $year, <a href=\"http://nexus-irc.de\">Nexus-IRC.de</a></div>\n";
print $cgi->a({-href => href(project=>undef, action=>"opml",
project_filter => $project_filter),
-class => $feed_class}, "OPML") . " ";