X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4d3be9c7cbf7d525181428a9b3697338aa066f0f..dd1ab30b7c2a6bec318dd75100e54c9bfa400e77:/SL/Layout/Javascript.pm diff --git a/SL/Layout/Javascript.pm b/SL/Layout/Javascript.pm index 72f55fc18..76728ef91 100644 --- a/SL/Layout/Javascript.pm +++ b/SL/Layout/Javascript.pm @@ -3,6 +3,10 @@ package SL::Layout::Javascript; use strict; use parent qw(SL::Layout::Base); +use SL::Layout::None; +use SL::Layout::Top; +use SL::Layout::Content; + use List::Util qw(max); use URI; @@ -10,6 +14,7 @@ sub init_sub_layouts { [ SL::Layout::None->new, SL::Layout::Top->new, + SL::Layout::Content->new, ] } @@ -46,14 +51,6 @@ sub pre_content { ); } -sub start_content { - "