]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Layout/Base.pm
Default-CSS ist kivitendo.css (für Loginmaske, Adminbildschirm)
[mfinanz.git] / SL / Layout / Base.pm
index 0c209e2aff7ef7a8ba595b4419775e9a396ddd0a..83f8ff5ef03fc15c3a5b7281348b3fe2b4bd1b18 100644 (file)
@@ -101,10 +101,10 @@ sub get_stylesheet_for_user {
         -f "$css_path/$user_style/main.css") {
       $css_path = "$css_path/$user_style";
     } else {
-      $css_path = "$css_path/lx-office-erp";
+      $css_path = "$css_path/kivitendo";
     }
   } else {
-    $css_path = "$css_path/lx-office-erp";
+    $css_path = "$css_path/kivitendo";
   }
   $::myconfig{css_path} = $css_path; # needed for menunew, FIXME: don't do this here