mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 04:53:18 +01:00
support themes on application level: $app/templates/$template/app-$theme.css
This commit is contained in:
parent
faf859d2aa
commit
0d583634a8
@ -1397,6 +1397,7 @@ abstract class egw_framework
|
||||
self::includeCSS($theme_css);
|
||||
|
||||
// search for app specific css file, so it can customize the theme
|
||||
self::includeCSS($GLOBALS['egw_info']['flags']['currentapp'], 'app-'.$GLOBALS['egw_info']['user']['preferences']['common']['theme']) ||
|
||||
self::includeCSS($GLOBALS['egw_info']['flags']['currentapp'], 'app');
|
||||
|
||||
// sending print css last, so it can overwrite anything
|
||||
|
Loading…
Reference in New Issue
Block a user