From fffaeb09ea622c03f13172d84e8b6a558dd704c0 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Wed, 20 Feb 2013 20:44:34 +0000 Subject: Ugh, not enough caffeine. --- view/theme/redbasic/php/config.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index 8c3269bd8..9afc010d7 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -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', -- cgit v1.2.3