Auswahl der css Menues nun hardcoded, weil die custom css-Dateien garkeine Layouts...
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 16 Feb 2007 15:57:06 +0000 (15:57 +0000)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 16 Feb 2007 15:57:06 +0000 (15:57 +0000)
bin/mozilla/am.pl

index 652b3ed..d8eb1a2 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}) {