2
0
forked from Wavyzz/dolibarr

New: Ajout onglet suivi sur fiche utilisateurs

This commit is contained in:
Laurent Destailleur
2007-05-21 21:45:13 +00:00
parent 54b95f4f21
commit 03da98e445
2 changed files with 40 additions and 1 deletions

View File

@@ -76,6 +76,11 @@ function user_prepare_head($user)
$h++;
}
$head[$h][0] = DOL_URL_ROOT.'/user/info.php?id='.$user->id;
$head[$h][1] = $langs->trans("Info");
$head[$h][2] = 'info';
$h++;
return $head;
}