summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc7
1 files changed, 2 insertions, 5 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 5791ed049..1bdff7b41 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -44,11 +44,8 @@ function theme_account($theme) {
$content .= "<P>\n";
}
- $content .= "<LI><A HREF=\"submission.php\">". t("submission queue") ."</A> (<FONT COLOR=\"red\">". submission_number() ."</FONT>)</LI>\n";
- $content .= "<P>\n";
-
- if ($menu && ksort($menu)) {
- foreach ($menu as $link=>$url) $content .= "<LI><A HREF=\"$url\">". t($link) ."</A></LI>\n";
+ if ($menu) {
+ foreach ($menu as $link) $content .= "<LI>$link</LI>\n";
$content .= "<P>\n";
}