From 7e96b2d0682294a98eef838fbad910bbaaa1f08d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 16 Nov 2012 16:50:44 +0100 Subject: [PATCH] =?utf8?q?Default-CSS=20ist=20kivitendo.css=20(f=C3=BCr=20?= =?utf8?q?Loginmaske,=20Adminbildschirm)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Layout/Base.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SL/Layout/Base.pm b/SL/Layout/Base.pm index 0c209e2af..83f8ff5ef 100644 --- a/SL/Layout/Base.pm +++ b/SL/Layout/Base.pm @@ -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 -- 2.20.1