Revision 7e96b2d0
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
SL/Layout/Base.pm | ||
---|---|---|
101 | 101 |
-f "$css_path/$user_style/main.css") { |
102 | 102 |
$css_path = "$css_path/$user_style"; |
103 | 103 |
} else { |
104 |
$css_path = "$css_path/lx-office-erp";
|
|
104 |
$css_path = "$css_path/kivitendo";
|
|
105 | 105 |
} |
106 | 106 |
} else { |
107 |
$css_path = "$css_path/lx-office-erp";
|
|
107 |
$css_path = "$css_path/kivitendo";
|
|
108 | 108 |
} |
109 | 109 |
$::myconfig{css_path} = $css_path; # needed for menunew, FIXME: don't do this here |
110 | 110 |
|
Auch abrufbar als: Unified diff
Default-CSS ist kivitendo.css (für Loginmaske, Adminbildschirm)