. require_once("../inc/util.inc"); require_once("../inc/countries.inc"); check_get_args(array("tnow", "ttok")); $user = get_logged_in_user(); check_tokens($user->authenticator); page_head(tra("Edit account information")); echo "
"; echo form_tokens($user->authenticator); start_table(); row2(tra("Name %1 real name or nickname%2", "

", "

"), "" ); row2(tra("URL %1 of your web page; optional%2", "

", "

"), "http://" ); row2_init(tra("Country"), "\n"; row2(tra("Postal (ZIP) code %1 Optional%2", "

", "

"), "" ); row2("", ""); end_table(); echo "
\n"; page_tail(); ?>