diff --git a/htdocs/don/note.php b/htdocs/don/note.php index fa0122eaba2..2e153d73b95 100644 --- a/htdocs/don/note.php +++ b/htdocs/don/note.php @@ -70,8 +70,10 @@ if ($action == 'classin' && $user->rights->don->creer) { */ $title = $langs->trans('Donation')." - ".$langs->trans('Notes'); -$helpurl = ""; -llxHeader('', $title, $helpurl); + +$help_url = 'EN:Module_Donations|FR:Module_Dons|ES:Módulo_Donaciones|DE:Modul_Spenden'; + +llxHeader('', $title, $help_url); $form = new Form($db); if (!empty($conf->projet->enabled)) {