diff --git a/lib/weblib.php b/lib/weblib.php index 6185a63bd54..439fd6fbd2b 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -2403,7 +2403,7 @@ function style_sheet_setup($lastmodified=0, $lifetime=300, $themename='', $force header('Pragma: '); header('Content-type: text/css'); // Correct MIME type - $DEFAULT_SHEET_LIST = array('styles_layout', 'styles_fonts', 'styles_color'); + $DEFAULT_SHEET_LIST = array('styles_layout', 'styles_fonts', 'styles_color', 'styles_form'); if (empty($themename)) { $themename = current_theme(); // So we have something. Normally not needed.