31 global $db, $langs, $conf;
36 $head[$h][0] =
dol_buildpath(
"/webhook/target_card.php", 1).
'?id='.$object->id;
37 $head[$h][1] = $langs->trans(
"Card");
38 $head[$h][2] =
'card';
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).