X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/981c312d18027a926fc90971d1fdf68e5610f7a7..f7f03503cfc22a15f5497d09dd9215c10c1d39b1:/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;