Ugh, not enough caffeine.
This commit is contained in:
parent
3964625fa2
commit
fffaeb09ea
@ -88,11 +88,15 @@ function redbasic_form(&$a, $font_size, $line_height, $colour, $shadow, $navcolo
|
|||||||
'12.5' => '12.5',
|
'12.5' => '12.5',
|
||||||
'12' => '12',
|
'12' => '12',
|
||||||
);
|
);
|
||||||
$colour_scheme = array(
|
$colours = array(
|
||||||
'redbasic' => 'light',
|
'light' => 'light',
|
||||||
'fancyred' => 'dark',
|
'dark' => 'dark',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$colour_schemes = array(
|
||||||
|
'redbasic' => 'redbasic',
|
||||||
|
'fancyred' => 'fancyred',
|
||||||
|
);
|
||||||
$shadows = array(
|
$shadows = array(
|
||||||
'true' => 'Yes',
|
'true' => 'Yes',
|
||||||
'false' => 'No',
|
'false' => 'No',
|
||||||
|
Reference in New Issue
Block a user