id) {
error_page("No such user found - please check the ID and try again.");
}
get_logged_in_user(false);
page_head("Account data for $user->name");
start_table();
echo "
";
start_table();
show_user_summary_public($user);
end_table();
project_user_summary($user);
show_other_projects($user, false);
echo " | ";
start_table();
show_profile_link($user);
community_links($user);
end_table();
echo " |
";
page_tail(true);
}
?>