From 2ee327634831ec36df5fd74ccc35dfcedfdbe07b Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Mon, 19 Jan 2009 16:29:45 -0500 Subject: Use new conglomerated translation files. Signed-off-by: Loui Chang --- web/html/account.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'web/html/account.php') diff --git a/web/html/account.php b/web/html/account.php index d0273dd..c07d2f9 100644 --- a/web/html/account.php +++ b/web/html/account.php @@ -4,12 +4,10 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib'); include('aur.inc'); # access AUR common functions include_once('acctfuncs.inc'); # access Account specific functions + set_lang(); # this sets up the visitor's language check_sid(); # see if they're still logged in -include_lang('pkgfuncs_po.inc'); # Add to handle the i18n of My Packages -include_lang('account_po.inc'); # use some form of this for i18n support - html_header(__('Accounts')); # Main page processing here -- cgit v1.2.3-54-g00ecf