add langcode to registration link

This commit is contained in:
Pim Snel 2006-10-10 21:49:13 +00:00
parent d0a7a9aaf4
commit f05140f303

View File

@ -422,7 +422,7 @@
{
if ($config_reg[register_link]=='True')
{
$reg_link='&nbsp;<a href="'. $GLOBALS['egw']->link('/registration/index.php'). '">'.lang('Not a user yet? Register now').'</a><br/>';
$reg_link='&nbsp;<a href="'. $GLOBALS['egw']->link('/registration/index.php','lang_code='.$_GET['lang']). '">'.lang('Not a user yet? Register now').'</a><br/>';
}
if ($config_reg[lostpassword_link]=='True')
{