aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/config.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-11 20:44:54 -0700
committerfriendica <info@friendica.com>2013-10-11 20:44:54 -0700
commit0bfcc31bf9f647152c6b64e1025aa481f4b4cbc0 (patch)
tree297b7be84af49503284ee393d7a6431c60e82a68 /view/theme/redbasic/php/config.php
parent7cd1bd59b2544aae52a399761849f46bd7b8a066 (diff)
parent899ebe9cbc99b143a485e10e8c246bd6411eefc3 (diff)
downloadvolse-hubzilla-0bfcc31bf9f647152c6b64e1025aa481f4b4cbc0.tar.gz
volse-hubzilla-0bfcc31bf9f647152c6b64e1025aa481f4b4cbc0.tar.bz2
volse-hubzilla-0bfcc31bf9f647152c6b64e1025aa481f4b4cbc0.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/theme/redbasic/php/config.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' );