From 239550b0c96e5204be4ef4c5f6130e0278ae50b7 Mon Sep 17 00:00:00 2001 From: marijus Date: Mon, 3 Mar 2014 19:48:16 +0100 Subject: one got lost and a typo --- view/theme/redbasic/php/style.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'view/theme/redbasic/php') 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) -- cgit v1.2.3