Update define_holiday.php
$title
This commit is contained in:
parent
61bd572a9c
commit
e62e6d9696
@ -189,7 +189,10 @@ if (empty($reshook)) {
|
|||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
$userstatic = new User($db);
|
$userstatic = new User($db);
|
||||||
|
|
||||||
llxHeader('', $langs->trans('CPTitreMenu'));
|
|
||||||
|
$title = $langs->trans('CPTitreMenu');
|
||||||
|
|
||||||
|
llxHeader('', $title);
|
||||||
|
|
||||||
|
|
||||||
$typeleaves = $holiday->getTypes(1, 1);
|
$typeleaves = $holiday->getTypes(1, 1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user