From 3331f4c83ca587cd5687cc34842045bfb96feb95 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 2 Apr 2004 09:40:17 +0000 Subject: [PATCH] Ajout deux fonctions d'images --- htdocs/lib/functions.inc.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 16bd4d52ceb..b8df1538138 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -173,6 +173,17 @@ Function img_alerte($alt = "Alerte") } +Function img_next($alt = "Suivant") +{ + return ''.$alt.''; +} + +Function img_previous($alt = "Précédent") +{ + return ''.$alt.''; +} + + function loginFunction() { /**