Skip to content

Commit

Permalink
added styles_form to $DEFAULT_SHEET_LIST part of the code necessary s…
Browse files Browse the repository at this point in the history
…o that every theme loads styles_form
  • Loading branch information
jamiesensei committed Sep 25, 2006
1 parent a06c8c2 commit 1629424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/weblib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1629424

Please sign in to comment.