From f012b8601331e92d6f7a689f878ae4bc208cfe54 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 8 Nov 2003 16:49:52 +0000 Subject: [PATCH] Ajoute img_alerte() --- htdocs/lib/functions.inc.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index af33828327c..78ed6d4ec1d 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -30,6 +30,22 @@ Function img_file($alt = "Voir") return ''.$alt.''; } +Function img_delete($alt = "Supprimer") +{ + return ''.$alt.''; +} + +Function img_edit($alt = "Modifier") +{ + return ''.$alt.''; +} + +Function img_alerte($alt = "Alerte") +{ + return ''.$alt.''; +} + + function loginFunction() { /**