From 518229c488db5e0c90a46d51a47f9488c1ccb6f0 Mon Sep 17 00:00:00 2001
From: Jeroen Bensch <jeroen@44.no-reply.drupal.org>
Date: Tue, 13 Jun 2000 13:55:21 +0000
Subject: [PATCH] Changed my theme so you could vote submissions.

---
 themes/jeroen/theme.class.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/themes/jeroen/theme.class.php b/themes/jeroen/theme.class.php
index 67ec569da799..c7fdec01eff3 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);
 
-- 
GitLab