diff options
author | marijus <mario@mariovavti.com> | 2014-03-03 19:48:16 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-03 19:48:16 +0100 |
commit | 239550b0c96e5204be4ef4c5f6130e0278ae50b7 (patch) | |
tree | 958c9af6e61063980b8cf20022addc7c845fdd9a /view/theme/redbasic | |
parent | ad10eb28757c6ac63410b32fcd7ab36a05987bb5 (diff) | |
download | volse-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')
-rw-r--r-- | view/theme/redbasic/php/style.php | 4 |
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) |