diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 6b2dc854bcf..df7bdc0df37 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -156,6 +156,10 @@ Function img_pdf($alt = "Voir") return ''.$alt.''; } +Function img_warning($alt = "Voir") +{ + return ''.$alt.''; +} Function img_delete($alt = "Supprimer") {