36 $langs->load(
"website");
41 $head[$h][0] = DOL_URL_ROOT .
'/webportal/admin/setup.php';
42 $head[$h][1] = $langs->trans(
"Settings");
43 $head[$h][2] =
'settings';
46 $head[$h][0] = DOL_URL_ROOT .
'/webportal/admin/setup_theme.php';
47 $head[$h][1] = $langs->trans(
"SkinAndColors");
48 $head[$h][2] =
'themesettings';
51 $head[$h][0] = DOL_URL_ROOT .
'/webportal/admin/configcss.php';
52 $head[$h][1] = $langs->trans(
"CSSPage");
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).