Revert commit 53816

This commit is contained in:
Hadi Nategh 2015-10-06 16:13:03 +00:00
parent b929e98947
commit 5b495822c6

View File

@ -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";