From fb97d9eca25bccb216048b09c6eeeb63c17334d3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 5 Sep 2006 10:11:29 +0000 Subject: - Patch #58671 by Tobias: theme_closure -> theme('closure'). --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/theme.inc b/includes/theme.inc index 8c53e8461..29794f7c5 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -391,7 +391,7 @@ function theme_page($content) { $output .= "\n\n"; $output .= ''; - $output .= theme_closure(); + $output .= theme('closure'); $output .= ''; return $output; -- cgit v1.2.3