summaryrefslogtreecommitdiff
path: root/themes/marvin/marvin.theme
diff options
context:
space:
mode:
Diffstat (limited to 'themes/marvin/marvin.theme')
-rw-r--r--themes/marvin/marvin.theme4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme
index d5eec8fb9..c1ed292eb 100644
--- a/themes/marvin/marvin.theme
+++ b/themes/marvin/marvin.theme
@@ -115,7 +115,7 @@
print "<br />\n\n";
}
- function box($subject, $content) {
+ function box($subject, $content, $region = "main") {
print "\n<!-- box: \"$subject\" -->\n";
print "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#000000\" width=\"100%\">\n";
print " <tr>\n";
@@ -135,7 +135,7 @@
</td>
<td valign="top" width="200">
<?php
- theme_account($this);
+ theme_account("all", $this);
theme_blocks("all", $this);
?>
</tr>