aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-02-20 20:41:41 +0000
committerThomas Willingham <founder@kakste.com>2013-02-20 20:41:41 +0000
commit3964625fa2c0cdedb7abea566139470d2981c0a1 (patch)
tree5a849b0cc60cd258d05c8a2f6ac0933c063cd752 /view/theme
parentf95684c881a8bf0832f01ddc778844a6cb81cfbd (diff)
downloadvolse-hubzilla-3964625fa2c0cdedb7abea566139470d2981c0a1.tar.gz
volse-hubzilla-3964625fa2c0cdedb7abea566139470d2981c0a1.tar.bz2
volse-hubzilla-3964625fa2c0cdedb7abea566139470d2981c0a1.zip
typo
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/php/config.php2
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',
);