This commit is contained in:
Laurent Destailleur
2010-12-28 00:10:13 +00:00
parent a718555a77
commit a9d1484712
2 changed files with 7 additions and 7 deletions

View File

@@ -445,12 +445,12 @@ function dolibarr_fiche_head($links, $active='0', $title='', $notab=0)
}
/**
* \brief Show tab header of a card
* \param links Array of tabs
* \param active Active tab name
* \param title Title
* \param notab 0=Add tab header, 1=no tab header
* \param picto Add a picto on tab titel
* Show tab header of a card
* @param links Array of tabs
* @param active Active tab name
* @param title Title
* @param notab 0=Add tab header, 1=no tab header
* @param picto Add a picto on tab titel
*/
function dol_fiche_head($links, $active='0', $title='', $notab=0, $picto='')
{