id) error_page("No such user found - please check the ID and try again. If the user is very new it may take a while before it can be displayed."); // Output: page_head("Account data for $user->name"); start_table(); show_user_summary_public($user); show_profile_link($user); end_table(); project_user_summary($user); page_tail(true); } ?>