id) { error_page("No such user found - please check the ID and try again."); } // 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); show_other_projects($user, false); page_tail(true); } ?>