Revision 4a12c839
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
SL/Controller/LoginScreen.pm | ||
---|---|---|
38 | 38 |
$::form->{login} = $::myconfig{login}; |
39 | 39 |
$::locale = Locale->new($::myconfig{countrycode}) if $::myconfig{countrycode}; |
40 | 40 |
my $user = User->new(login => $::myconfig{login}); |
41 |
$::request->{layout} = SL::Controller::Layout->new(style => $user->{menustyle}); |
|
41 | 42 |
|
42 | 43 |
# if we get an error back, bale out |
43 | 44 |
my $result = $user->login($::form); |
Auch abrufbar als: Unified diff
Layouts eingeführt
bin/mozilla/menu* -> SL/Controller/Layout/*