diff --git a/account.php b/account.php index e1e60cfdef1d..92015c3ae75b 100644 --- a/account.php +++ b/account.php @@ -159,7 +159,7 @@ switch ($op) { } } break; - case "edituser": + case "user": if ($user && $user->valid()) { ### Generate output/content: $output .= "
\n"; $output .= "User block: (255 char limit)\n"; $output .= "$user->ublock\n"; - $output .= "ublockon == 1 ? " CHECKED" : "") .">Enable user block\n"; + $output .= "ublockon == 1 ? " CHECKED" : "") ."> Enable user block\n"; $output .= "Enable the checkbox and whatever you enter below will appear on your costum main page.
\n"; $output .= "Password:\n"; $output .= " \n"; @@ -201,7 +201,7 @@ switch ($op) { $theme->footer(); } break; - case "editpage": + case "page": if ($user && $user->valid()) { ### Generate output/content: $output .= "