mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +01:00
Fix missing global category colors if minification is on
This commit is contained in:
parent
83f2109e40
commit
dc8ab4cfc0
@ -846,6 +846,9 @@ abstract class Framework extends Framework\Extra
|
|||||||
{
|
{
|
||||||
//error_log(__METHOD__."() Framework\CssIncludes::get()=".array2string(Framework\CssIncludes::get()));
|
//error_log(__METHOD__."() Framework\CssIncludes::get()=".array2string(Framework\CssIncludes::get()));
|
||||||
self::includeCSS($theme_min_css);
|
self::includeCSS($theme_min_css);
|
||||||
|
|
||||||
|
// Global category styles
|
||||||
|
Categories::css(Categories::GLOBAL_APPNAME);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user