X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/9d679693eeb06baf737355f5c07ea7abf33e7dbb..ec93aab75346a6caeeeca81ddc7a070e73a6a7c8:/bin/mozilla/am.pl?ds=sidebyside diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index 652b3ed18..d8eb1a217 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -2626,9 +2626,13 @@ sub config { } } - 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}) {