X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fb005f3fd6f8684441c12d821c8d30a8720dcf16..b6fd15a8dc44f9b09d5a2bce766cda14b87c6e13:/SL/Controller/Layout/V3.pm diff --git a/SL/Controller/Layout/V3.pm b/SL/Controller/Layout/V3.pm deleted file mode 100644 index 3a2c9848b..000000000 --- a/SL/Controller/Layout/V3.pm +++ /dev/null @@ -1,48 +0,0 @@ -package SL::Controller::Layout::V3; - -use strict; -use parent qw(SL::Controller::Layout::Base); -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; -} - -sub start_content { - "