Revision f6f41f28
Von Sven Schöling vor mehr als 3 Jahren hinzugefügt
SL/Controller/LoginScreen.pm | ||
---|---|---|
165 | 165 |
} |
166 | 166 |
|
167 | 167 |
sub set_layout { |
168 |
$::request->{layout} = SL::Layout::Dispatcher->new(style => 'login'); |
|
168 |
$::request->{layout} = $::request->is_mobile |
|
169 |
? SL::Layout::Dispatcher->new(style => 'mobile_login') |
|
170 |
: SL::Layout::Dispatcher->new(style => 'login'); |
|
169 | 171 |
} |
170 | 172 |
|
171 | 173 |
sub init_clients { |
Auch abrufbar als: Unified diff
Mobile Layout: Loginscreen für mobile User