X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/dcc04bee2c4a64f6dd107358095acefa0c328dbe..38902b24ceed494a2936edfe4d72e8c48e15bce0:/SL/Controller/Layout/Login.pm diff --git a/SL/Controller/Layout/Login.pm b/SL/Controller/Layout/Login.pm new file mode 100644 index 000000000..60f6e940a --- /dev/null +++ b/SL/Controller/Layout/Login.pm @@ -0,0 +1,26 @@ +package SL::Controller::Layout::Login; + +use strict; +use parent qw(SL::Controller::Layout::Base); + +sub new { + my ($class, @slurp) = @_; + + my $self = $class->SUPER::new(@slurp); + + $self->add_sub_layouts([ + SL::Controller::Layout::None->new, + ]); + + $self; +} + +sub start_content { + "