- Fixed CSS.

4.3.x
Dries Buytaert 2003-09-28 21:14:46 +00:00
parent a293988ca0
commit c1e7b3f43a
2 changed files with 2 additions and 2 deletions

View File

@ -426,7 +426,7 @@ function user_block($op = "list", $delta = 0) {
return $block; return $block;
case 1: case 1:
$block["subject"] = $user->uid ? $user->name : t("Navigation"); $block["subject"] = $user->uid ? $user->name : t("Navigation");
$block["content"] = "<div class=\"menu\">". menu_tree() ."</div>"; $block["content"] = "<div id=\"menu\">". menu_tree() ."</div>";
return $block; return $block;
case 2: case 2:
if (user_access("access content")) { if (user_access("access content")) {

View File

@ -426,7 +426,7 @@ function user_block($op = "list", $delta = 0) {
return $block; return $block;
case 1: case 1:
$block["subject"] = $user->uid ? $user->name : t("Navigation"); $block["subject"] = $user->uid ? $user->name : t("Navigation");
$block["content"] = "<div class=\"menu\">". menu_tree() ."</div>"; $block["content"] = "<div id=\"menu\">". menu_tree() ."</div>";
return $block; return $block;
case 2: case 2:
if (user_access("access content")) { if (user_access("access content")) {