Merge pull request #17001 from dolibit-ut/patch-173

Update info.php
This commit is contained in:
Laurent Destailleur 2021-03-29 23:55:30 +02:00 committed by GitHub
commit 6aeb016a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,8 +57,10 @@ if ($action == 'classin' && $user->rights->don->creer) {
* View
*/
$title = $langs->trans('Donation')." - ".$langs->trans('Info');
$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)) {