From 1629424dbb92c620da192eff1f9c6ce8d1dbaf17 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Mon, 25 Sep 2006 14:56:45 +0000 Subject: [PATCH] added styles_form to $DEFAULT_SHEET_LIST part of the code necessary so that every theme loads styles_form --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5