Merge pull request #17332 from dolibit-ut/patch-288

Update index.php
This commit is contained in:
Laurent Destailleur 2021-04-19 20:19:06 +02:00 committed by GitHub
commit 8f6d842a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,9 @@ if (!empty($conf->holiday->enabled) && !empty($setupcompanynotcomplete)) {
$childids = $user->getAllChildIds();
$childids[] = $user->id;
llxHeader('', $langs->trans('HRMArea'));
$title = $langs->trans('HRMArea');
llxHeader('', $title, '');
print load_fiche_titre($langs->trans("HRMArea"), '', 'hrm');