]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Layout/Classic.pm
setupPoints und setupDateFormat in ein partial Layout verschoben
[mfinanz.git] / SL / Controller / Layout / Classic.pm
index a4d99b4519a5632643a0efdbbec27cd0ab178c32..b7438740c4c33e2ea5125d5401f3587870a7c8ab 100644 (file)
@@ -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;