32 global $db, $langs, $conf;
37 $head[$h][0] =
dol_buildpath(
"/website/websiteaccount_card.php", 1).
'?id='.$object->id;
38 $head[$h][1] = $langs->trans(
"WebsiteAccount");
39 $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).