Ajout lien onglet clicktodial

This commit is contained in:
Rodolphe Quiedeville 2005-01-14 14:10:31 +00:00
parent 61fe969a82
commit 2beda490c6

View File

@ -86,7 +86,14 @@ if ($_GET["id"])
$head[$h][1] = $langs->trans("Addons");
$hselected=$h;
$h++;
if (defined("MAIN_MODULE_CLICKTODIAL") && MAIN_MODULE_CLICKTODIAL==1)
{
$head[$h][0] = DOL_URL_ROOT.'/user/clicktodial.php?id='.$fuser->id;
$head[$h][1] = $langs->trans("ClickToDial");
$h++;
}
dolibarr_fiche_head($head, $hselected, $fuser->fullname);
/*