X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/981c312d18027a926fc90971d1fdf68e5610f7a7..f7f03503cfc22a15f5497d09dd9215c10c1d39b1:/SL/Controller/Layout/V3.pm diff --git a/SL/Controller/Layout/V3.pm b/SL/Controller/Layout/V3.pm index e545b72c6..3a2c9848b 100644 --- a/SL/Controller/Layout/V3.pm +++ b/SL/Controller/Layout/V3.pm @@ -6,6 +6,18 @@ use SL::Controller::Layout::Css; use URI; +sub new { + my ($class, @slurp) = @_; + + my $self = $class->SUPER::new(@slurp); + + $self->add_sub_layouts([ + SL::Controller::Layout::None->new, + ]); + + $self; +} + sub pre_content { &render; }