diff options
-rw-r--r-- | themes/marvin/marvin.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 858752d0a..3a7f189b2 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -222,7 +222,7 @@ <TD VALIGN="top"> <? theme_account($this); - theme_blocks("left", $this); + theme_blocks("all", $this); ?> </TD> </TR> |