diff options
Diffstat (limited to 'themes/marvin/marvin.theme')
-rw-r--r-- | themes/marvin/marvin.theme | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index ba7c1c64e..858752d0a 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -221,11 +221,8 @@ </TD> <TD VALIGN="top"> <? - // Display main blocks: - theme_main_blocks($this); - - // Display user-defined blocks: - theme_user_blocks($this); + theme_account($this); + theme_blocks("left", $this); ?> </TD> </TR> |