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