33 $langs->load(
"recruitment");
38 $head[$h][0] =
dol_buildpath(
"/recruitment/admin/setup.php", 1);
39 $head[$h][1] = $langs->trans(
"JobPositions");
40 $head[$h][2] =
'settings';
43 $head[$h][0] =
dol_buildpath(
"/recruitment/admin/setup_candidatures.php", 1);
44 $head[$h][1] = $langs->trans(
"RecruitmentCandidatures");
45 $head[$h][2] =
'settings_candidatures';
48 $head[$h][0] =
dol_buildpath(
"/recruitment/admin/public_interface.php", 1);
49 $head[$h][1] = $langs->trans(
"PublicUrl");
50 $head[$h][2] =
'publicurl';
53 $head[$h][0] =
dol_buildpath(
"/recruitment/admin/jobposition_extrafields.php", 1);
54 $head[$h][1] = $langs->trans(
"ExtrafieldsJobPosition");
55 $head[$h][2] =
'jobposition_extrafields';
58 $head[$h][0] =
dol_buildpath(
"/recruitment/admin/candidature_extrafields.php", 1);
59 $head[$h][1] = $langs->trans(
"ExtrafieldsCandidature");
60 $head[$h][2] =
'candidature_extrafields';
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
recruitmentAdminPrepareHead()
Prepare admin pages header.
complete_head_from_modules($conf, $langs, $object, &$head, &$h, $type, $mode= 'add')
Complete or removed entries into a head array (used to build tabs).