summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/jeroen/theme.class.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/jeroen/theme.class.php b/themes/jeroen/theme.class.php
index 67ec569da..c7fdec01e 100644
--- a/themes/jeroen/theme.class.php
+++ b/themes/jeroen/theme.class.php
@@ -508,7 +508,7 @@
if (strstr($PHP_SELF, "index.php")) {
global $user, $date;
- ### Display login box:
+ ### Display account:
displayAccount($this);
### Display calendar:
@@ -527,6 +527,9 @@
elseif (strstr($PHP_SELF, "article.php")) {
global $sid;
+ ### Display account:
+ displayAccount($this);
+
### Display related links:
displayRelatedLinks($this, $sid);