X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FLayout%2FV3.pm;h=ab50ef1aea533c1c15c30593704c03298102632c;hb=a4f1494fd428b5388c92a0ad065ad807f32c2090;hp=4769c4062a9cffcf2091038e709a2ef515f3c624;hpb=8bed51b59d52822ce4803fe18597c69ee3306183;p=kivitendo-erp.git diff --git a/SL/Layout/V3.pm b/SL/Layout/V3.pm index 4769c4062..ab50ef1ae 100644 --- a/SL/Layout/V3.pm +++ b/SL/Layout/V3.pm @@ -10,6 +10,14 @@ sub init_sub_layouts { [ SL::Layout::None->new ] } +sub use_stylesheet { + my $self = shift; + qw( + frame_header/header.css + ), + $self->SUPER::use_stylesheet(@_); +} + sub pre_content { &render; }