mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Doc: Documentation doxygen
This commit is contained in:
parent
da97ceed4e
commit
8433833e7c
|
|
@ -21,6 +21,13 @@
|
|||
* $Source$
|
||||
*/
|
||||
|
||||
/*!
|
||||
\file htdocs/user/fiche.php
|
||||
\brief Page de la fiche utilisateur
|
||||
\version $Revision$
|
||||
*/
|
||||
|
||||
|
||||
require("./pre.inc.php");
|
||||
|
||||
$langs->load("users");
|
||||
|
|
@ -123,7 +130,7 @@ llxHeader();
|
|||
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* Nouvel utilisateur */
|
||||
/* Affichage fiche en mode création */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -211,7 +218,7 @@ else
|
|||
$head[$h][1] = $langs->trans("Addons");
|
||||
$h++;
|
||||
|
||||
dolibarr_fiche_head($head, $hselected, $fuser->nom." ".$fuser->prenom);
|
||||
dolibarr_fiche_head($head, $hselected, $fuser->fullname);
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user