From 99e00133a4b61738a06b4c45f6cdc5c06afbaab6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 16 Feb 2004 18:09:12 +0000 Subject: [PATCH] Ajout fonction img_pdf() --- htdocs/lib/functions.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index f2b6ed2092e..d623ca2ab36 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -98,6 +98,12 @@ Function img_file($alt = "Voir") return ''.$alt.''; } +Function img_pdf($alt = "Voir") +{ + return ''.$alt.''; +} + + Function img_delete($alt = "Supprimer") { return ''.$alt.'';