diff --git a/htdocs/public/members/new.php b/htdocs/public/members/new.php index 2bc0fbd8f72..2f2a3254a26 100644 --- a/htdocs/public/members/new.php +++ b/htdocs/public/members/new.php @@ -161,7 +161,7 @@ function llxHeaderVierge($title, $head = "", $disablejs = 0, $disablehead = 0, $ */ function llxFooterVierge() { - global $conf; + global $conf, $langs; print ''; @@ -169,7 +169,7 @@ function llxFooterVierge() if (!empty($conf->use_javascript_ajax)) { print "\n".''."\n"; - print ''."\n"; + print ''."\n"; } print "\n";