Revision 4a663bf8
Von Tamino Steinert vor 7 Tagen hinzugefügt
SL/Layout/Material.pm | ||
---|---|---|
use SL::Layout::None;
|
||
use SL::Layout::MaterialMenu;
|
||
use SL::Layout::MaterialStyle;
|
||
use SL::Layout::Flash;
|
||
use SL::Layout::Content;
|
||
|
||
sub get_stylesheet_for_user {
|
||
... | ... | |
SL::Layout::None->new,
|
||
SL::Layout::MaterialStyle->new,
|
||
SL::Layout::MaterialMenu->new,
|
||
SL::Layout::Flash->new,
|
||
SL::Layout::Content->new,
|
||
]
|
||
}
|
Auch abrufbar als: Unified diff
SL::Layout::Flash: fliegende Flash-Meldungen (portiert von Odyn)