Oops typo :)

3-00
Steven Wittens 2001-01-05 12:17:25 +00:00
parent 5f95212d11
commit b604c43894
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ function theme_account($theme) {
$content .= "<P>\n";
$content .= "<LI><A HREF=\"admin.php\">administrate " . $site_name . "</A></LI>\n";
}
$content .= "
$content .= "<P>\n";
if (ksort($menu)) {
foreach ($menu as $link=>$url) $content .= "<LI><A HREF=\"$url\">$link</A></LI>\n";