diff --git a/htdocs/adherents/public/new.php b/htdocs/adherents/public/new.php index b497100b005..5b9b99fc54b 100644 --- a/htdocs/adherents/public/new.php +++ b/htdocs/adherents/public/new.php @@ -58,7 +58,7 @@ if ($HTTP_POST_VARS["action"] == 'add') } } -llxHeader("Nouvel Adherent"); +llxHeader(); // Header /* print ""; diff --git a/htdocs/adherents/public/pre.inc.php b/htdocs/adherents/public/pre.inc.php index 5017193021c..dde2d864a93 100644 --- a/htdocs/adherents/public/pre.inc.php +++ b/htdocs/adherents/public/pre.inc.php @@ -55,7 +55,8 @@ function llxHeader($head = "") { } left_menu($menu->liste); */ - + // remplacement de la barre de gauche + print ''; }