summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/jeroen/jeroen.theme24
1 files changed, 14 insertions, 10 deletions
diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme
index 8f4606f3c..6375c5701 100644
--- a/themes/jeroen/jeroen.theme
+++ b/themes/jeroen/jeroen.theme
@@ -42,16 +42,20 @@
<?php
$this->box("Drop where?", "
- <TD ALIGN=\"left\" VALIGN=\"top\">
- <A HREF=\"index.php\">home</A><BR>
- <A HREF=\"module.php?mod=faq\">faq</A><BR>
- <A HREF=\"search.php\">search</A>
- </TD>
- <TD ALIGN=\"right\" VALIGN=\"top\">
- <A HREF=\"module.php?mod=diary\">diary</A><BR>
- <A HREF=\"submit.php\">submit news</A><BR>
- <A HREF=\"account.php\">account</A>
- </TD>
+ <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0">
+ <TR>
+ <TD ALIGN=\"left\" VALIGN=\"top\">
+ <A HREF=\"index.php\">home</A><BR>
+ <A HREF=\"module.php?mod=faq\">faq</A><BR>
+ <A HREF=\"search.php\">search</A>
+ </TD>
+ <TD ALIGN=\"right\" VALIGN=\"top\">
+ <A HREF=\"module.php?mod=diary\">diary</A><BR>
+ <A HREF=\"submit.php\">submit news</A><BR>
+ <A HREF=\"account.php\">account</A>
+ </TD>
+ </TR>
+ </TABLE>
");
?>