. // This provides the form from which the user can edit his or her // forum preferences. It relies upon edit_forum_preferences_action.php // to do anything. require_once("../inc/util.inc"); require_once("../inc/forum.inc"); check_get_args(array()); $user = get_logged_in_user(); BoincForumPrefs::lookup($user); page_head(tra("Community preferences")); text_counter_script(); start_table(); echo "
\n"; row1(tra("Reset")); row2(tra("Or click here to reset preferences to the defaults"), "" ); end_table(); page_tail(); $cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?>