diff --git a/htdocs/recruitment/admin/public_interface.php b/htdocs/recruitment/admin/public_interface.php
index b951f440005..7212a687442 100644
--- a/htdocs/recruitment/admin/public_interface.php
+++ b/htdocs/recruitment/admin/public_interface.php
@@ -139,12 +139,12 @@ print dol_get_fiche_end();
print '';
-/*
+
if (!empty($conf->global->RECRUITMENT_ENABLE_PUBLIC_INTERFACE)) {
print '
';
//print $langs->trans('FollowingLinksArePublic').'
';
- print img_picto('', 'globe').' '.$langs->trans('BlankSubscriptionForm').':
';
- if ($conf->multicompany->enabled) {
+ print img_picto('', 'globe').' '.$langs->trans('BlankSubscriptionForm').'
';
+ if (!empty($conf->multicompany->enabled)) {
$entity_qr = '?entity='.$conf->entity;
} else {
$entity_qr = '';
@@ -155,9 +155,12 @@ if (!empty($conf->global->RECRUITMENT_ENABLE_PUBLIC_INTERFACE)) {
$urlwithroot = $urlwithouturlroot.DOL_URL_ROOT; // This is to use external domain name found into config file
//$urlwithroot=DOL_MAIN_URL_ROOT; // This is to use same domain name than current
- print ''.$urlwithroot.'/public/members/new.php'.$entity_qr.'';
+ print '