aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-03-03 19:48:16 +0100
committermarijus <mario@mariovavti.com>2014-03-03 19:48:16 +0100
commit239550b0c96e5204be4ef4c5f6130e0278ae50b7 (patch)
tree958c9af6e61063980b8cf20022addc7c845fdd9a /view/theme/redbasic/php
parentad10eb28757c6ac63410b32fcd7ab36a05987bb5 (diff)
downloadvolse-hubzilla-239550b0c96e5204be4ef4c5f6130e0278ae50b7.tar.gz
volse-hubzilla-239550b0c96e5204be4ef4c5f6130e0278ae50b7.tar.bz2
volse-hubzilla-239550b0c96e5204be4ef4c5f6130e0278ae50b7.zip
one got lost and a typo
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r--view/theme/redbasic/php/style.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 9e6adb2a4..4bb852a40 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -89,7 +89,9 @@ if(! $a->install) {
if (! $link_colour)
$link_colour = "#0080FF";
if (! $banner_colour)
- $banner_colour = "fff";
+ $banner_colour = "#fff";
+ if (! $search_background)
+ $search_background = "#eee";
if (! $bgcolour)
$bgcolour = "#fdfdfd";
if (! $background_image)