From 2b2a1d9cbedd65301ee49d2b4ec2294037e0bbd6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 28 Oct 2003 14:13:01 +0000 Subject: [PATCH] Ajout fonction img_file() --- htdocs/lib/functions.inc.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 612cbc19e40..af33828327c 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -25,6 +25,11 @@ $yn[0] = "non"; $yn[1] = "oui"; +Function img_file($alt = "Voir") +{ + return ''.$alt.''; +} + function loginFunction() { /**