From: Jan Büren Date: Tue, 1 Mar 2022 17:09:19 +0000 (+0100) Subject: kivilogo: Frieden statt Corona X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~168 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=3483588b71c229484380c4dc00e6975e412c66e1;p=kivitendo-erp.git kivilogo: Frieden statt Corona --- diff --git a/bin/mozilla/login.pl b/bin/mozilla/login.pl index 890cf502b..2457ddff0 100644 --- a/bin/mozilla/login.pl +++ b/bin/mozilla/login.pl @@ -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); - $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}; diff --git a/image/kivitendo_corona.png b/image/kivitendo_corona.png deleted file mode 100644 index d6f3d038f..000000000 Binary files a/image/kivitendo_corona.png and /dev/null differ diff --git a/image/kivitendo_mir.png b/image/kivitendo_mir.png new file mode 100644 index 000000000..f22f7ff38 Binary files /dev/null and b/image/kivitendo_mir.png differ