Revision dc4b933b
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
SL/Layout/MenuLeft.pm | ||
---|---|---|
8 | 8 |
use List::MoreUtils qw(apply); |
9 | 9 |
|
10 | 10 |
sub stylesheets { |
11 |
qw(css/icons16.css css/icons24.css)
|
|
11 |
qw(icons16.css icons24.css menu.css)
|
|
12 | 12 |
} |
13 | 13 |
|
14 | 14 |
sub javascripts_inline { |
... | ... | |
19 | 19 |
) |
20 | 20 |
} |
21 | 21 |
|
22 |
sub javascripts { |
|
23 |
'js/jquery.cookie.js'; |
|
24 |
} |
|
25 |
|
|
22 | 26 |
sub pre_content { |
23 | 27 |
"<div id='html-menu'></div>\n"; |
24 | 28 |
} |
Auch abrufbar als: Unified diff
Layouts stellen jetzt sicher dass ihre benötigten Javascripte und Stylesheets mit ausgeliefert werden