]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/login.pl
"alle" E-Mail-Adressen per Anhaken als Empfänger hinzufügen können
[kivitendo-erp.git] / bin / mozilla / login.pl
index 890cf502becabf6b5b290d67c5c98b270764c685..2457ddff0e995c91082b475ea03d1abcae3e2860 100644 (file)
@@ -56,8 +56,9 @@ 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);
   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);
+  $form->{xmas}       = '_mir'  if (DateTime->today->month >= 03 && DateTime->today->year == 2022
+                                    && DateTime->today->month <= 05);
+  $form->{xmas}       = '_mir'  if (DateTime->today->day == 24 && DateTime->today->month == 2);
 
   # create the logo screen
   $form->header() unless $form->{noheader};
 
   # create the logo screen
   $form->header() unless $form->{noheader};