39 $head[$h][0] = DOL_URL_ROOT.
'/hrm/establishment/card.php?id='.$object->id;
40 $head[$h][1] = $langs->trans(
"Establishment");
41 $head[$h][2] =
'card';
50 $head[$h][0] = DOL_URL_ROOT.
'/hrm/establishment/info.php?id='.$object->id;
51 $head[$h][1] = $langs->trans(
"Info");
52 $head[$h][2] =
'info';
56 $head[$h][1] = $langs->trans(
"Settings");
57 $head[$h][2] =
'settings';
61 $head[$h][1] = $langs->trans(
"About");
62 $head[$h][2] =
'about';
80 global $langs, $conf, $user;
87 $head[$h][0] = DOL_URL_ROOT.
'/hrm/admin/admin_hrm.php';
88 $head[$h][1] = $langs->trans(
"Parameters");
89 $head[$h][2] =
'parameters';
92 $head[$h][0] = DOL_URL_ROOT.
'/hrm/admin/admin_establishment.php';
93 $head[$h][1] = $langs->trans(
"Establishments");
94 $head[$h][2] =
'establishments';
establishment_prepare_head($object)
Return head table for establishment tabs screen.
hrm_admin_prepare_head()
Return array head with list of tabs to view object informations.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
complete_head_from_modules($conf, $langs, $object, &$head, &$h, $type, $mode='add', $filterorigmodule='')
Complete or removed entries into a head array (used to build tabs).