summaryrefslogtreecommitdiff
path: root/themes/example/example.theme
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-10-07 12:27:58 +0000
committerDries Buytaert <dries@buytaert.net>2001-10-07 12:27:58 +0000
commit47c6fce5ce33e510fb3a4e51ce7c34db082590c4 (patch)
treebb7217252ad81e2116335ceaa9d6e1ff659240dc /themes/example/example.theme
parent458f95104c1773223a0bac1273e752b88d20d376 (diff)
downloadbrdo-47c6fce5ce33e510fb3a4e51ce7c34db082590c4.tar.gz
brdo-47c6fce5ce33e510fb3a4e51ce7c34db082590c4.tar.bz2
- 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.
Diffstat (limited to 'themes/example/example.theme')
-rw-r--r--themes/example/example.theme2
1 files changed, 1 insertions, 1 deletions
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);
?>