diff --git a/library/ZendAfi/View/Helper/ProfileComposition.php b/library/ZendAfi/View/Helper/ProfileComposition.php
index 88c94171a03aba1996f32a588b1b639f058d243c..ceea4ead5b07540503770a28eef5aff3663f8ae2 100644
--- a/library/ZendAfi/View/Helper/ProfileComposition.php
+++ b/library/ZendAfi/View/Helper/ProfileComposition.php
@@ -79,9 +79,9 @@ class ZendAfi_View_Helper_ProfileComposition extends ZendAfi_View_Helper_BaseHel
                                                          'action' => 'edit-widget',
                                                          'id' => $id_module,
                                                          'id_profil' => Class_Profil::getCurrentProfil()->getId()], null, true),
-                                       $this->view->tagImg(Class_Admin_Skin::current()->renderIconUrlOn('actions',
-                                                                                                        'edit'),
-                                                           ['alt' => $this->_('Propriétés')]),
+                                       Class_Admin_Skin::current()->renderActionIconOn('edit',
+                                                                                       $this->view,
+                                                                                       ['alt' => $this->_('Propriétés')]),
                                        ['title' => $this->_('Propriétés'),
                                         'data-popup' => 'true']);