diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/marvin/marvin.theme | 7 | ||||
-rw-r--r-- | themes/unconed/unconed.theme | 7 |
2 files changed, 4 insertions, 10 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> diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index f91db81c3..758d5193b 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -282,11 +282,8 @@ </TD> <TD VALIGN="top" WIDTH="185"> <? - // Display main blocks: - theme_main_blocks($this); - - // Display user-defined blocks: - theme_user_blocks($this); + theme_account($this); + theme_blocks("all", $this); ?> </TD> </TR> |