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