X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/2c5bd1734a367b5f50d787cd9d23581a7ca267d7..17a8e2bbdba1c715abdb106a0819cf913cdf6fb6:/SL/User.pm diff --git a/SL/User.pm b/SL/User.pm index a213f622e..407f7934c 100644 --- a/SL/User.pm +++ b/SL/User.pm @@ -173,6 +173,7 @@ sub login { my $menufile = $self->{"menustyle"} eq "v3" ? "menuv3.pl" : $self->{"menustyle"} eq "neu" ? "menunew.pl" : + $self->{"menustyle"} eq "js" ? "menujs.pl" : $self->{"menustyle"} eq "xml" ? "menuXML.pl" : "menu.pl";