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 '
';
+}
+
+Function img_previous($alt = "Précédent")
+{
+ return '
';
+}
+
+
function loginFunction()
{
/**