diff options
Diffstat (limited to 'themes/unconed/unconed.theme')
-rw-r--r-- | themes/unconed/unconed.theme | 7 |
1 files changed, 2 insertions, 5 deletions
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> |