Update hook_document.php

add   $help_url = 'EN:Hooks_system|FR:Système_de_Hooks';

delete  //$help_url='EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
This commit is contained in:
UT from dolibit 2021-03-15 16:55:02 +01:00 committed by GitHub
parent 2eaf794b17
commit 3e24d455b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,8 +96,8 @@ include DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
$form = new Form($db);
$title = $langs->trans("MyObject").' - '.$langs->trans("Files");
$help_url = '';
//$help_url='EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
$help_url = 'EN:Hooks_system|FR:Système_de_Hooks';
llxHeader('', $title, $help_url);
if ($object->id) {