From ee356cccfe9374acdc17b74f1d571d8da93789c7 Mon Sep 17 00:00:00 2001 From: Holger Lindemann Date: Thu, 26 Feb 2009 08:46:28 +0000 Subject: [PATCH] =?utf8?q?altes=20JS-Menu=20wieder=20aktiviert=20-=20ist?= =?utf8?q?=20nicht=20sch=C3=B6n,=20aber=20funktioniert=20besser?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/User.pm | 1 + 1 file changed, 1 insertion(+) 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"; -- 2.20.1