From 36bb57555c1be31a19db442db35befba3188633a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 13 Nov 2003 19:52:54 +0000 Subject: - table(...) -> theme("table", ...) --- modules/title.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/title.module') diff --git a/modules/title.module b/modules/title.module index a2fdd0b9d..9650ceeb5 100644 --- a/modules/title.module +++ b/modules/title.module @@ -46,7 +46,7 @@ function title_page() { } $output = "
"; - $output .= table($header, $rows); + $output .= theme("table", $header, $rows); $output .= "
"; print theme("header"); -- cgit v1.2.3