Revision c046c422
Von Sven Schöling vor fast 18 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
2626 | 2626 |
} |
2627 | 2627 |
} |
2628 | 2628 |
|
2629 |
opendir CSS, "css/."; |
|
2630 |
@all = grep /.*\.css$/, readdir CSS; |
|
2631 |
closedir CSS; |
|
2629 |
# opendir CSS, "css/."; |
|
2630 |
# @all = grep /.*\.css$/, readdir CSS; |
|
2631 |
# closedir CSS; |
|
2632 |
|
|
2633 |
# css dir has styles that are not intended as general layouts. |
|
2634 |
# reverting to hardcoded list |
|
2635 |
@all = qw(lx-office-erp.css Win2000.css); |
|
2632 | 2636 |
|
2633 | 2637 |
foreach $item (@all) { |
2634 | 2638 |
if ($item eq $myconfig{stylesheet}) { |
Auch abrufbar als: Unified diff
Auswahl der css Menues nun hardcoded, weil die custom css-Dateien garkeine Layouts waren.