_("Your account"))); dual_begin(array()); print("
" . _("You have not authenticated yourself to the system yet with your") . " " . _("username") . " " . _("and") . " " . _("password") . ". " . _("You will not be able to use this section of the website without authenticating yourself first. So, please continue and login using the form on the right hand side.") . "
\n"); dual_middle(array()); show_account_details(array()); dual_end(array()); generic_footer(array()); exit; } if ($HTTP_POST_VARS["language"]) { setcookie("language_code", $HTTP_POST_VARS["language"], time() + (3600 * 24 * 365), "/"); generic_header(array("title" => _("Your account"))); dual_begin(array()); print("Your display language setting was changed successfully.
"); dual_middle(array()); show_account_details(array()); dual_end(array()); generic_footer(array()); exit; } generic_header(array("title" => _("Your account"))); single_begin(array()); print("Hi ! The following are your account information and preferences, arranged into tabs. Please click on a tab to open up that category.