X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/981c312d18027a926fc90971d1fdf68e5610f7a7..f7f03503cfc22a15f5497d09dd9215c10c1d39b1:/SL/Controller/Layout/V4.pm diff --git a/SL/Controller/Layout/V4.pm b/SL/Controller/Layout/V4.pm index df61836fa..a89b4148a 100644 --- a/SL/Controller/Layout/V4.pm +++ b/SL/Controller/Layout/V4.pm @@ -11,7 +11,10 @@ sub new { my ($class, @slurp) = @_; my $self = $class->SUPER::new(@slurp); - $self->add_sub_layouts(SL::Controller::Layout::Top->new); + $self->add_sub_layouts( + SL::Controller::Layout::Top->new + SL::Controller::Layout::None->new, + ); $self; }