diff --git a/themes/jeroen/footer.php b/themes/jeroen/footer.php
deleted file mode 100644
index a48c8b0d09b2..000000000000
--- a/themes/jeroen/footer.php
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
- global $PHP_SELF;
-
- if (strstr($PHP_SELF, "index.php")) {
- global $user;
-
- ### Display login box:
- displayAccount();
-
- ### Display voting poll:
- displayPoll();
-
- ### Display old headlines:
- displayOldHeadlines();
- }
- elseif (strstr($PHP_SELF, "account.php")) {
- ### Display account settings:
- displayAccountSettings();
- }
- elseif (strstr($PHP_SELF, "article.php")) {
- global $sid;
-
- ### Display related links:
- displayRelatedLinks($sid);
-
- ### Display new headlines:
- displayNewHeadlines();
- }
- else {
- ### Display new headlines:
- displayNewHeadlines();
- }
- ?>
- |
-
-
-
- [ home | | search | submit news | user account | webboard ]
- |
-
-
-