Update admin_hrm.php
$title = $langs->trans('Parameters');
llxHeader('', $title, '');
This commit is contained in:
parent
4d916f3c9f
commit
985dc83b8c
@ -73,7 +73,10 @@ if ($action == 'update') {
|
||||
* View
|
||||
*/
|
||||
|
||||
llxHeader('', $langs->trans('Parameters'));
|
||||
|
||||
$title = $langs->trans('Parameters');
|
||||
|
||||
llxHeader('', $title, '');
|
||||
|
||||
$form = new Form($db);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user