X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/075bd42af8885aee3c18fe055a2c82b8b43f4cea..c264d7c975209abe5cd41073e1c073d02763129d:/SL/Layout/Classic.pm diff --git a/SL/Layout/Classic.pm b/SL/Layout/Classic.pm index 9503d05fe..94f12b3d6 100644 --- a/SL/Layout/Classic.pm +++ b/SL/Layout/Classic.pm @@ -9,9 +9,9 @@ use SL::Layout::None; sub init_sub_layouts { [ + SL::Layout::None->new, SL::Layout::Top->new, SL::Layout::MenuLeft->new, - SL::Layout::None->new, ] }