diff options
author | Jeroen Bensch <jeroen@44.no-reply.drupal.org> | 2000-06-13 13:55:21 +0000 |
---|---|---|
committer | Jeroen Bensch <jeroen@44.no-reply.drupal.org> | 2000-06-13 13:55:21 +0000 |
commit | 518229c488db5e0c90a46d51a47f9488c1ccb6f0 (patch) | |
tree | 10e747496113fc8aee1e8a9358545efbb2def6c7 | |
parent | 1887ba80187318c51d32553bbfaec2186d15e6a6 (diff) | |
download | brdo-518229c488db5e0c90a46d51a47f9488c1ccb6f0.tar.gz brdo-518229c488db5e0c90a46d51a47f9488c1ccb6f0.tar.bz2 |
Changed my theme so you could vote submissions.
-rw-r--r-- | themes/jeroen/theme.class.php | 5 |
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); |