diff --git a/core/class/template.class.php b/core/class/template.class.php index aaaae620..720c98c6 100644 --- a/core/class/template.class.php +++ b/core/class/template.class.php @@ -471,7 +471,8 @@ class template // Traduction de l'aide $attributes['help'] = helper::translate($attributes['help']); // Contenu de l'icĂ´ne - $item = $attributes['href'] ? '' : ''; + $alt = $attributes['help'] ? $attributes['help'] : $ico; + $item = $attributes['href'] ? '' : ''; $item .= ''; $item .= ($attributes['href']) ? '' : ''; return $item;