diff --git a/core/class/template.class.php b/core/class/template.class.php
index 48fba524..77f275cc 100644
--- a/core/class/template.class.php
+++ b/core/class/template.class.php
@@ -467,12 +467,13 @@ class template
'href' => '',
'attr' => '',
'help' => '',
- 'id' => ''
+ 'id' => '',
+ 'alt' => '',
], $attributes);
// Traduction de l'aide
$attributes['help'] = helper::translate($attributes['help']);
// Contenu de l'icĂ´ne
- $item = $attributes['href'] ? '' : '';
+ $item = $attributes['href'] ? '' : '';
$item .= '';
$item .= ($attributes['href']) ? '' : '';
return $item;