X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FLayout%2FNone.pm;h=50ab2f8546982d35fc4bb8776337c201fdee23d7;hb=55af6244bd721f294ff5eee7e9357a3217318e5e;hp=ff82d8e1c30cd7fdea9553078e53f2b04ff3bc1e;hpb=781c16772f3c80cc827f11815bfb07b8318621f0;p=kivitendo-erp.git diff --git a/SL/Layout/None.pm b/SL/Layout/None.pm index ff82d8e1c..50ab2f854 100644 --- a/SL/Layout/None.pm +++ b/SL/Layout/None.pm @@ -21,6 +21,7 @@ sub use_stylesheet { my $self = shift; qw( main.css + menu.css ), $self->SUPER::use_stylesheet(@_); }