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