menufile wird im template nicht mehr gebraucht
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 22 Oct 2012 10:41:45 +0000 (12:41 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 22 Oct 2012 10:41:45 +0000 (12:41 +0200)
SL/User.pm

index 5255c8e..37a61c5 100644 (file)
@@ -172,13 +172,7 @@ sub login {
       # remove lock file
       unlink($::lx_office_conf{paths}->{userspath} . "/nologin");
 
-      my $menufile =
-        $self->{"menustyle"} eq "v3" ? "menuv3.pl" :
-        $self->{"menustyle"} eq "neu" ? "menunew.pl" :
-        $self->{"menustyle"} eq "js" ? "menujs.pl" :
-        "menu.pl";
-
-      print $form->parse_html_template("dbupgrade/footer", { "menufile" => $menufile });
+      print $form->parse_html_template("dbupgrade/footer");
 
       $rc = -2;
     }