summaryrefslogtreecommitdiff
path: root/themes/example
diff options
context:
space:
mode:
Diffstat (limited to 'themes/example')
-rw-r--r--themes/example/example.theme4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/example/example.theme b/themes/example/example.theme
index 67e857339..af4d900b4 100644
--- a/themes/example/example.theme
+++ b/themes/example/example.theme
@@ -136,7 +136,7 @@
echo "</TABLE>";
} // close comment function
- function box($subject, $content) {
+ function box($subject, $content, $region = "main") {
?>
@@ -169,7 +169,7 @@
global $PHP_SELF;
- theme_account($this);
+ theme_account("right", $this);
theme_blocks("right", $this);
?>