28function socialnetwork_prepare_head()
35 $head[$h][0] = DOL_URL_ROOT.
'/admin/dict.php?id=38&from=socialnetworksetup';
36 $head[$h][1] = $langs->trans(
"Dictionary").
' - '.$langs->trans(
"SocialNetworks");
37 $head[$h][2] =
'dict';
40 $head[$h][0] = DOL_URL_ROOT.
'/admin/fediverse.php';
41 $head[$h][1] = $langs->trans(
"Fediverse");
42 $head[$h][2] =
'divers';
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).