X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/055a6bf2aa1a2ce48d02ea57ed066a813f5c9434..7b818ddcf36c7e2ccfc849ebb68a7ab4ea699a7a:/SL/User.pm diff --git a/SL/User.pm b/SL/User.pm index e306e7d8c..5217ef811 100644 --- a/SL/User.pm +++ b/SL/User.pm @@ -209,7 +209,13 @@ sub login { # remove lock file unlink("$userspath/nologin"); - print($form->parse_html_template("dbupgrade/footer")); + my $menufile = + $self->{"menustyle"} eq "v3" ? "menuv3.pl" : + $self->{"menustyle"} eq "neu" ? "menunew.pl" : + "menu.pl"; + + print($form->parse_html_template("dbupgrade/footer", + { "menufile" => $menufile })); $rc = -2;