aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-10-11 17:25:52 +0100
committerThomas Willingham <founder@kakste.com>2013-10-11 17:25:52 +0100
commit54ad3a74d4dbcf1e46135d94be3670ef621c22f7 (patch)
tree1b9076d94878ab6116d8ccbbd1238d2765503809 /view/theme/redbasic/php
parent89fc319c900873be58fa677707518646f6c79eec (diff)
downloadvolse-hubzilla-54ad3a74d4dbcf1e46135d94be3670ef621c22f7.tar.gz
volse-hubzilla-54ad3a74d4dbcf1e46135d94be3670ef621c22f7.tar.bz2
volse-hubzilla-54ad3a74d4dbcf1e46135d94be3670ef621c22f7.zip
Typo
Diffstat (limited to 'view/theme/redbasic/php')
-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 be021e85c..faf6c6f35 100644
--- a/view/theme/redbasic/php/config.php
+++ b/view/theme/redbasic/php/config.php
@@ -5,7 +5,7 @@ function theme_content(&$a) {
$schema = get_pconfig(local_user(),'redbasic', 'schema' );
$nav_colour = get_pconfig(local_user(),'redbasic', 'nav_colour' );
- $bgcolour = get_pconfig(local_user(),'redbasic', 'bgcolour' );
+ $bgcolour = get_pconfig(local_user(),'redbasic', 'background_colour' );
$background_image = get_pconfig(local_user(),'redbasic', 'background_image' );
$item_colour = get_pconfig(local_user(),'redbasic', 'item_colour' );
$item_opacity = get_pconfig(local_user(),'redbasic', 'item_opacity' );