1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

signup language issues

This commit is contained in:
secretr
2012-11-15 16:02:34 +00:00
parent 2a0efa5912
commit acca6e9f48
2 changed files with 5 additions and 3 deletions

View File

@@ -23,11 +23,12 @@ $qs = explode(".", e_QUERY);
if($qs[0] != 'activate')
{ // multi-language fix.
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE);
e107::coreLan('signup');
//include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE);
// include_lan(e_LANGUAGEDIR.e_LANGUAGE."/lan_usersettings.php"); Shouldn't need this now
}
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_user.php'); // Generic user-related language defines
e107::coreLan('user'); // Generic user-related language defines
define('SIGNUP_DEBUG', FALSE);