diff --git a/htdocs/admin/ldap.php b/htdocs/admin/ldap.php
index b555a52a6f447b23dc6ef4ff6088a59df1f06f2f..3c1d89584bec31a5a177708fc95e646eddfec1a2 100644
--- a/htdocs/admin/ldap.php
+++ b/htdocs/admin/ldap.php
@@ -74,6 +74,7 @@ if ($_GET["action"] == 'setvalue' && $user->admin)
 
 llxHeader('',$langs->trans("LDAPSetup"),'EN:Module_LDAP_En|FR:Module_LDAP|ES:Módulo_LDAP');
 
+print_fiche_titre($langs->trans("LDAPSetup"),'','setup');
 
 $head = ldap_prepare_head();
 
diff --git a/htdocs/admin/ldap_contacts.php b/htdocs/admin/ldap_contacts.php
index 676ad32ae2b95d906612700e891a376e2e91c90f..7ce3ef1a6c258e05c2113c2c58782e44874d5a8a 100644
--- a/htdocs/admin/ldap_contacts.php
+++ b/htdocs/admin/ldap_contacts.php
@@ -80,6 +80,8 @@ if ($_GET["action"] == 'setvalue' && $user->admin)
 
 llxHeader('',$langs->trans("LDAPSetup"),'EN:Module_LDAP_En|FR:Module_LDAP|ES:Módulo_LDAP');
 
+print_fiche_titre($langs->trans("LDAPSetup"),'','setup');
+
 $head = ldap_prepare_head();
 
 // Test si fonction LDAP actives
diff --git a/htdocs/admin/ldap_groups.php b/htdocs/admin/ldap_groups.php
index 7539fea7c434f3cb776fb7c37adc895b6e9b9094..a716ba37a1f154b4fdbf3501a5f2a7476365c7c6 100644
--- a/htdocs/admin/ldap_groups.php
+++ b/htdocs/admin/ldap_groups.php
@@ -72,6 +72,8 @@ if ($_GET["action"] == 'setvalue' && $user->admin)
 
 llxHeader('',$langs->trans("LDAPSetup"),'EN:Module_LDAP_En|FR:Module_LDAP|ES:Módulo_LDAP');
 
+print_fiche_titre($langs->trans("LDAPSetup"),'','setup');
+
 $head = ldap_prepare_head();
 
 // Test si fonction LDAP actives
diff --git a/htdocs/admin/ldap_members.php b/htdocs/admin/ldap_members.php
index 299cf5e19a9cf288cf285ee451000b81f1faa19a..6c3b33504225f760f7207e3a175fd0924f22a90d 100644
--- a/htdocs/admin/ldap_members.php
+++ b/htdocs/admin/ldap_members.php
@@ -94,6 +94,8 @@ if ($_GET["action"] == 'setvalue' && $user->admin)
 
 llxHeader('',$langs->trans("LDAPSetup"),'EN:Module_LDAP_En|FR:Module_LDAP|ES:Módulo_LDAP');
 
+print_fiche_titre($langs->trans("LDAPSetup"),'','setup');
+
 $head = ldap_prepare_head();
 
 // Test si fonction LDAP actives
diff --git a/htdocs/admin/ldap_users.php b/htdocs/admin/ldap_users.php
index 21e18592773cfbe83a45b0f3112789c562f13521..424d7525202446217523327345652f4f31d428d6 100644
--- a/htdocs/admin/ldap_users.php
+++ b/htdocs/admin/ldap_users.php
@@ -82,6 +82,8 @@ if ($_GET["action"] == 'setvalue' && $user->admin)
 
 llxHeader('',$langs->trans("LDAPSetup"),'EN:Module_LDAP_En|FR:Module_LDAP|ES:Módulo_LDAP');
 
+print_fiche_titre($langs->trans("LDAPSetup"),'','setup');
+
 $head = ldap_prepare_head();
 
 // Test si fonction LDAP actives