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 '
';
}
+Function img_pdf($alt = "Voir")
+{
+ return '
';
+}
+
+
Function img_delete($alt = "Supprimer")
{
return '
';