Revision f7f03503
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
SL/Controller/Layout/V4.pm | ||
---|---|---|
11 | 11 |
my ($class, @slurp) = @_; |
12 | 12 |
|
13 | 13 |
my $self = $class->SUPER::new(@slurp); |
14 |
$self->add_sub_layouts(SL::Controller::Layout::Top->new); |
|
14 |
$self->add_sub_layouts( |
|
15 |
SL::Controller::Layout::Top->new |
|
16 |
SL::Controller::Layout::None->new, |
|
17 |
); |
|
15 | 18 |
$self; |
16 | 19 |
} |
17 | 20 |
|
Auch abrufbar als: Unified diff
setupPoints und setupDateFormat in ein partial Layout verschoben