X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4a12c839937370488b8b8a40bef376e7cb0a2ce6..e14cb525c640cb15bb6b2dfb62ccebbe78cb45cd:/SL/Controller/Layout/V3.pm?ds=sidebyside 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; }