mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 12:41:10 +01:00
Revert commit 53816
This commit is contained in:
parent
b929e98947
commit
5b495822c6
@ -241,10 +241,6 @@ class calendar_ui
|
||||
// load our app.js file
|
||||
egw_framework::validate_file('/calendar/js/app.js');
|
||||
|
||||
// search for app specific css file, so it can customize the theme
|
||||
egw_framework::includeCSS('calendar', 'app-'.$GLOBALS['egw_info']['user']['preferences']['common']['theme']) ||
|
||||
egw_framework::includeCSS('calendar', 'app');
|
||||
|
||||
common::egw_header();
|
||||
|
||||
if ($this->bo->warnings) echo '<pre class="message" align="center">'.html::htmlspecialchars(implode("\n",$this->bo->warnings))."</pre>\n";
|
||||
|
Loading…
Reference in New Issue
Block a user