X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FLayout%2FV3.pm;h=4769c4062a9cffcf2091038e709a2ef515f3c624;hb=ca4c56b46b808d2e13fbd8001036377a424c97ea;hp=78b498e97b4448abfa1da8e59aa25e569cf96803;hpb=b6fd15a8dc44f9b09d5a2bce766cda14b87c6e13;p=kivitendo-erp.git diff --git a/SL/Layout/V3.pm b/SL/Layout/V3.pm index 78b498e97..4769c4062 100644 --- a/SL/Layout/V3.pm +++ b/SL/Layout/V3.pm @@ -6,16 +6,8 @@ use SL::Layout::Css; use URI; -sub new { - my ($class, @slurp) = @_; - - my $self = $class->SUPER::new(@slurp); - - $self->add_sub_layouts([ - SL::Layout::None->new, - ]); - - $self; +sub init_sub_layouts { + [ SL::Layout::None->new ] } sub pre_content {