forked from extern/egroupware
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()));
|
||||
self::includeCSS($theme_min_css);
|
||||
|
||||
// Global category styles
|
||||
Categories::css(Categories::GLOBAL_APPNAME);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user