]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Layout/Base.pm
%::myconfig mit sinnvollen Standardwerten vorbelegen
[mfinanz.git] / SL / Layout / Base.pm
index c470a05b675da292db36a808e2bf588ad7d2fb05..a8bf139a76aa3d1a38722174e6d7d93d33122b37 100644 (file)
@@ -115,7 +115,6 @@ sub get_stylesheet_for_user {
   } else {
     $css_path = "$css_path/kivitendo";
   }
-  $::myconfig{css_path} = $css_path; # needed for menunew, FIXME: don't do this here
 
   return $css_path;
 }