From: jamiesensei Date: Mon, 25 Sep 2006 14:56:45 +0000 (+0000) Subject: added styles_form to $DEFAULT_SHEET_LIST part of the code necessary so that every... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1629424dbb92c620da192eff1f9c6ce8d1dbaf17;p=moodle.git added styles_form to $DEFAULT_SHEET_LIST part of the code necessary so that every theme loads styles_form --- diff --git a/lib/weblib.php b/lib/weblib.php index 6185a63bd5..439fd6fbd2 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.