diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 89a7368037c..1d3899ade61 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -344,7 +344,20 @@ function img_file($alt = "default") } /*! - \brief Affiche logo nouveau fichier + \brief Affiche logo dossier +*/ +function img_folder($alt = "default") +{ + if ($alt=="default") { + global $langs; + $alt=$langs->trans("Dossier"); + } + return ''.$alt.''; +} + +/*! + \brief Affiche logo nouveau fichier + */ function img_file_new($alt = "default") {