Update index.php
$title = $langs->trans('HRMArea');
llxHeader('', $title, '');
This commit is contained in:
parent
4d916f3c9f
commit
ec97c5aa09
@ -84,7 +84,9 @@ if (!empty($conf->holiday->enabled) && !empty($setupcompanynotcomplete)) {
|
|||||||
$childids = $user->getAllChildIds();
|
$childids = $user->getAllChildIds();
|
||||||
$childids[] = $user->id;
|
$childids[] = $user->id;
|
||||||
|
|
||||||
llxHeader('', $langs->trans('HRMArea'));
|
$title = $langs->trans('HRMArea');
|
||||||
|
|
||||||
|
llxHeader('', $title, '');
|
||||||
|
|
||||||
print load_fiche_titre($langs->trans("HRMArea"), '', 'hrm');
|
print load_fiche_titre($langs->trans("HRMArea"), '', 'hrm');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user