diff options
-rw-r--r-- | themes/jeroen/jeroen.theme | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme index 08d6be3c2..2d17bf4ae 100644 --- a/themes/jeroen/jeroen.theme +++ b/themes/jeroen/jeroen.theme @@ -65,7 +65,7 @@ PHP?> <TD VALIGN="top" ALIGN="right"> <?PHP - theme_blocks("all", $this); + theme_blocks("left", $this); PHP?> @@ -382,6 +382,7 @@ PHP?> global $PHP_SELF; theme_account($this); + theme_blocks("right", $this); PHP?> |