From adfbda3d9a13c66cd1d596289745a39e9f486157 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 7 Jul 2001 11:14:25 +0000 Subject: - Tidied up some stuff in account.php and theme.inc. - Tidied up the box() API. --- themes/example/example.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/example/example.theme') diff --git a/themes/example/example.theme b/themes/example/example.theme index 3f4889685..67e857339 100644 --- a/themes/example/example.theme +++ b/themes/example/example.theme @@ -136,7 +136,7 @@ echo ""; } // close comment function - function box($subject, $content, $options = "") { + function box($subject, $content) { ?> -- cgit v1.2.3