aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-03 14:39:42 -0800
committerfriendica <info@friendica.com>2014-03-03 14:39:42 -0800
commita36014f0119a50bd6a4aee1e2f993bf8927a3b49 (patch)
tree063e6f5240a80740f0613fb613ada8348f4829b1 /view/theme/redbasic/php/style.php
parent81c439bc7d4cbe355abaddc46954ec400f98774f (diff)
parentf8de1242447a113d001d2afcc714419d73996a13 (diff)
downloadvolse-hubzilla-a36014f0119a50bd6a4aee1e2f993bf8927a3b49.tar.gz
volse-hubzilla-a36014f0119a50bd6a4aee1e2f993bf8927a3b49.tar.bz2
volse-hubzilla-a36014f0119a50bd6a4aee1e2f993bf8927a3b49.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/theme/redbasic/php/style.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)