X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ff159a4d47b9a2d10744dcfc23da2c63605c8a32..eeb5375ee7727c956cc357cc8f90b19d1bfe80b9:/SL/User.pm diff --git a/SL/User.pm b/SL/User.pm index 68fd2c520..77feaefd9 100644 --- a/SL/User.pm +++ b/SL/User.pm @@ -541,7 +541,7 @@ sub get_default_myconfig { css_path => 'css', # Needed for menunew, see SL::Layout::Base::get_stylesheet_for_user dateformat => $defaults->dateformat('dd.mm.yy'), numberformat => $defaults->numberformat('1.000,00'), - stylesheet => $defaults->stylesheet('kivitendo.css'), + stylesheet => $defaults->stylesheet($::lx_office_conf{system}{stylesheet}), timeformat => $defaults->timeformat('hh:mm'), %user_config, );