summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bensch <jeroen@44.no-reply.drupal.org>2000-06-13 13:55:21 +0000
committerJeroen Bensch <jeroen@44.no-reply.drupal.org>2000-06-13 13:55:21 +0000
commit518229c488db5e0c90a46d51a47f9488c1ccb6f0 (patch)
tree10e747496113fc8aee1e8a9358545efbb2def6c7
parent1887ba80187318c51d32553bbfaec2186d15e6a6 (diff)
downloadbrdo-518229c488db5e0c90a46d51a47f9488c1ccb6f0.tar.gz
brdo-518229c488db5e0c90a46d51a47f9488c1ccb6f0.tar.bz2
Changed my theme so you could vote submissions.
-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);