X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b6fd15a8dc44f9b09d5a2bce766cda14b87c6e13..81903154e24efaaa51d9a190a869b4c0ce2e5e09:/SL/Layout/Admin.pm diff --git a/SL/Layout/Admin.pm b/SL/Layout/Admin.pm index 188655fae..00e312540 100644 --- a/SL/Layout/Admin.pm +++ b/SL/Layout/Admin.pm @@ -3,16 +3,8 @@ package SL::Layout::Admin; use strict; use parent qw(SL::Layout::Base); -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 start_content {