From 47c6fce5ce33e510fb3a4e51ce7c34db082590c4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 7 Oct 2001 12:27:58 +0000 Subject: - added a comment() function to the base theme: you don't have to overload it in your custom themes - moved 'theme_account()' to the base theme as '$theme->user()' so that it can be themed. --- 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 9c918e4c3..d1c512b7e 100644 --- a/themes/example/example.theme +++ b/themes/example/example.theme @@ -169,7 +169,7 @@ global $PHP_SELF; - theme_account("right", $this); + $this->user("right", $this); theme_blocks("right", $this); ?> -- cgit v1.2.3