]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/login.pl
Zu bcc996e65643 Rechnungsadresse aus dem Stammdaten auch für alte oe
[kivitendo-erp.git] / bin / mozilla / login.pl
index 0121b933a21332d8dda354774b5a789a59ea9beb..8fd9c38af69be9154604747d72be76ddc728dad2 100644 (file)
@@ -56,6 +56,8 @@ sub company_logo {
   my $git             = SL::Git->new;
   ($form->{git_head}) = $git->get_log(since => 'HEAD~1', until => 'HEAD') if $git->is_git_installation;
   $form->{xmas}       = '_xmas' if (DateTime->today->month == 12 && DateTime->today->day < 27);
+  $form->{xmas}       = '_corona' if (DateTime->today->month >= 7 && DateTime->today->year == 2020
+                                      && DateTime->today->month <= 11);
 
   # create the logo screen
   $form->header() unless $form->{noheader};