From 963f34591b1af377da5df1dafba8e3df7a58fcfb Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 30 Jun 2004 14:59:08 +0000 Subject: [PATCH] Ajout la fonction img_warning --- htdocs/lib/functions.inc.php | 4 ++++ 1 file changed, 4 insertions(+) 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") {