X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=SL%2FLayout%2FCssMenu.pm;h=6897a478c324b32d1e2affc8311b0ecc237cfd1c;hb=7b5fd5ed9dd504e1ef3dfe66d31b62de51b3432e;hp=d9399083de7a93b10b3b2e61ba16b138d642e1d6;hpb=b251cc22f355941217493073e124ba3878d5530f;p=kivitendo-erp.git diff --git a/SL/Layout/CssMenu.pm b/SL/Layout/CssMenu.pm index d9399083d..6897a478c 100644 --- a/SL/Layout/CssMenu.pm +++ b/SL/Layout/CssMenu.pm @@ -3,8 +3,8 @@ package SL::Layout::CssMenu; use strict; use parent qw(SL::Layout::Base); -sub use_stylesheet { - qw(icons16.css frame_header/header.css), +sub static_stylesheets { + qw(icons16.css), } sub pre_content {