X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fc41222c61dbee590005f04c50e8603581462543..refs/heads/order_controller:/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, ] }