diff options
author | Thomas Willingham <founder@kakste.com> | 2013-02-20 20:41:41 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-02-20 20:41:41 +0000 |
commit | 3964625fa2c0cdedb7abea566139470d2981c0a1 (patch) | |
tree | 5a849b0cc60cd258d05c8a2f6ac0933c063cd752 /view/theme/redbasic/php | |
parent | f95684c881a8bf0832f01ddc778844a6cb81cfbd (diff) | |
download | volse-hubzilla-3964625fa2c0cdedb7abea566139470d2981c0a1.tar.gz volse-hubzilla-3964625fa2c0cdedb7abea566139470d2981c0a1.tar.bz2 volse-hubzilla-3964625fa2c0cdedb7abea566139470d2981c0a1.zip |
typo
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index 24bdc7794..8c3269bd8 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -88,7 +88,7 @@ function redbasic_form(&$a, $font_size, $line_height, $colour, $shadow, $navcolo '12.5' => '12.5', '12' => '12', ); - $colours = array( + $colour_scheme = array( 'redbasic' => 'light', 'fancyred' => 'dark', ); |