X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FLayout%2FClassic.pm;h=94f12b3d6c55041b0c98b7b0849f384764f27d4f;hb=7e19c2165ee3b934f4e685b256bb3a261d59a915;hp=9503d05fe24c94bfe0a19c19f0a678103171c800;hpb=075bd42af8885aee3c18fe055a2c82b8b43f4cea;p=kivitendo-erp.git 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, ] }