Ugh, not enough caffeine.

This commit is contained in:
Thomas Willingham 2013-02-20 20:44:34 +00:00
parent 3964625fa2
commit fffaeb09ea

View File

@ -88,11 +88,15 @@ function redbasic_form(&$a, $font_size, $line_height, $colour, $shadow, $navcolo
'12.5' => '12.5',
'12' => '12',
);
$colour_scheme = array(
'redbasic' => 'light',
'fancyred' => 'dark',
$colours = array(
'light' => 'light',
'dark' => 'dark',
);
$colour_schemes = array(
'redbasic' => 'redbasic',
'fancyred' => 'fancyred',
);
$shadows = array(
'true' => 'Yes',
'false' => 'No',