Revision 81bfd831
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
SL/User.pm | ||
---|---|---|
172 | 172 |
# remove lock file |
173 | 173 |
unlink($::lx_office_conf{paths}->{userspath} . "/nologin"); |
174 | 174 |
|
175 |
my $menufile = |
|
176 |
$self->{"menustyle"} eq "v3" ? "menuv3.pl" : |
|
177 |
$self->{"menustyle"} eq "neu" ? "menunew.pl" : |
|
178 |
$self->{"menustyle"} eq "js" ? "menujs.pl" : |
|
179 |
"menu.pl"; |
|
180 |
|
|
181 |
print $form->parse_html_template("dbupgrade/footer", { "menufile" => $menufile }); |
|
175 |
print $form->parse_html_template("dbupgrade/footer"); |
|
182 | 176 |
|
183 | 177 |
$rc = -2; |
184 | 178 |
} |
Auch abrufbar als: Unified diff
menufile wird im template nicht mehr gebraucht