Revision 38902b24
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
SL/Controller/LoginScreen.pm | ||
---|---|---|
7 | 7 |
use SL::Dispatcher::AuthHandler::User; |
8 | 8 |
use SL::User; |
9 | 9 |
|
10 |
__PACKAGE__->run_before('set_layout'); |
|
10 | 11 |
# |
11 | 12 |
# actions |
12 | 13 |
# |
... | ... | |
116 | 117 |
}->{$_[0]}; |
117 | 118 |
} |
118 | 119 |
|
120 |
sub set_layout { |
|
121 |
$::request->{layout} = SL::Controller::Layout->new(style => 'login'); |
|
122 |
} |
|
123 |
|
|
119 | 124 |
1; |
Auch abrufbar als: Unified diff
login Layout