From af5bc7cdefa0b6c491feece42d1e0b67a4de19c9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 24 Nov 2003 22:39:48 +0000 Subject: - Made the Xtemplate theme degrade gracefully when CSS is disabled. --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index 3e8af9546..2c2c8dba3 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -247,7 +247,7 @@ function theme_box($subject, $content, $region = "main") { **/ function theme_block($block) { $output = "
module\" id=\"block-$block->module-$block->delta\">"; - $output .= "

$block->subject

"; + $output .= "

$block->subject

"; $output .= "
$block->content
"; $output .= "
"; return $output; -- cgit v1.2.3