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