X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/d35ca066a695ce7372a34a370d0c8cdbd3f9fccb..ee356cccfe9374acdc17b74f1d571d8da93789c7:/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";