X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4a12c839937370488b8b8a40bef376e7cb0a2ce6..b6fd15a8dc44f9b09d5a2bce766cda14b87c6e13:/SL/Controller/Layout/V4.pm diff --git a/SL/Controller/Layout/V4.pm b/SL/Controller/Layout/V4.pm deleted file mode 100644 index 6be1b551a..000000000 --- a/SL/Controller/Layout/V4.pm +++ /dev/null @@ -1,52 +0,0 @@ -package SL::Controller::Layout::V4; - -use strict; -use parent qw(SL::Controller::Layout::Base); -use SL::Controller::Layout::Css; -use SL::Controller::Layout::Top; - -use URI; - -sub new { - my ($class, @slurp) = @_; - - my $self = $class->SUPER::new(@slurp); - $self->{top} = SL::Controller::Layout::Top->new; - $self; -} - -sub pre_content { - $_[0]{top}->render . - &render; -} - -sub stylesheets { - $_[0]{top}->stylesheets -} - -sub start_content { - "