From d345a1896760c3e6b0fae7a805a14db176ae2257 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Tue, 26 Sep 2006 13:48:00 +0000 Subject: [PATCH] 'added space before styles_form to correct CSS loading' --- theme/standard/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/standard/config.php b/theme/standard/config.php index 473b6aa0120fd..2850dcbb1e4b1 100644 --- a/theme/standard/config.php +++ b/theme/standard/config.php @@ -6,7 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// -$THEME->sheets = array('styles_layout', 'styles_fonts', 'styles_color','styles_form'); +$THEME->sheets = array('styles_layout', 'styles_fonts', 'styles_color', 'styles_form'); /// This variable is an array containing the names of all the /// stylesheet files you want included in this theme, and in what order