diff --git a/themes/jeroen/theme.class.php b/themes/jeroen/theme.class.php
index 67ec569da7993a328138c3e107e985383050de87..c7fdec01eff35b95e76f5f954ef99789a35b7d7a 100644
--- a/themes/jeroen/theme.class.php
+++ b/themes/jeroen/theme.class.php
@@ -508,7 +508,7 @@ function footer() {
           if (strstr($PHP_SELF, "index.php")) {
             global $user, $date;
 
-           ### Display login box:
+            ### Display account:
            displayAccount($this);
 
  	   ### Display calendar:
@@ -527,6 +527,9 @@ function footer() {
           elseif (strstr($PHP_SELF, "article.php")) {
            global $sid; 
 
+            ### Display account:
+           displayAccount($this);
+
            ### Display related links:
            displayRelatedLinks($this, $sid);