projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be4313
)
frame_header/header.css im Css Layout einbinden
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 28 Nov 2012 14:33:22 +0000
(15:33 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 28 Nov 2012 14:33:22 +0000
(15:33 +0100)
SL/Layout/V3.pm
patch
|
blob
|
history
diff --git
a/SL/Layout/V3.pm
b/SL/Layout/V3.pm
index
4769c40
..
ab50ef1
100644
(file)
--- 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;
}