]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/am.pl
Historie eingefügt
[kivitendo-erp.git] / bin / mozilla / am.pl
index 652b3ed187936b3d513c8f7b5d84982a05742be5..d8eb1a2177a1a112cdddeb492ae960ac67e4d187 100644 (file)
@@ -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}) {