Revision ae7d5312
Von Jan Büren vor mehr als 4 Jahren hinzugefügt
bin/mozilla/login.pl | ||
---|---|---|
56 | 56 |
my $git = SL::Git->new; |
57 | 57 |
($form->{git_head}) = $git->get_log(since => 'HEAD~1', until => 'HEAD') if $git->is_git_installation; |
58 | 58 |
$form->{xmas} = '_xmas' if (DateTime->today->month == 12 && DateTime->today->day < 27); |
59 |
$form->{xmas} = '_corona' if (DateTime->today->month >= 7 && DateTime->today->year == 2020 |
|
60 |
&& DateTime->today->month <= 11); |
|
59 | 61 |
|
60 | 62 |
# create the logo screen |
61 | 63 |
$form->header() unless $form->{noheader}; |
Auch abrufbar als: Unified diff
kivi nur mit corona-schutz rumlaufen lassen