X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a8814e0ef7175fef00ba18195ba2d457095b96ad..e14cb525c640cb15bb6b2dfb62ccebbe78cb45cd:/SL/Controller/Layout/Classic.pm diff --git a/SL/Controller/Layout/Classic.pm b/SL/Controller/Layout/Classic.pm index a4d99b451..b7438740c 100644 --- a/SL/Controller/Layout/Classic.pm +++ b/SL/Controller/Layout/Classic.pm @@ -14,6 +14,7 @@ sub new { $self->add_sub_layouts([ SL::Controller::Layout::Top->new, SL::Controller::Layout::MenuLeft->new, + SL::Controller::Layout::None->new, ]); $self;