diff --git a/views/presenting/details.php b/views/presenting/details.php
index 30edd6a589cfe61d28d41b2436d78ae1cf0f053e..9cc0656f712f4a372cb557171bfe933b3bda5c82 100755
--- a/views/presenting/details.php
+++ b/views/presenting/details.php
@@ -38,7 +38,7 @@ if ($image) {
     <? if ($marketplugin->isWritable()) : ?>
     <div>
         <a href="<?= PluginEngine::getLink($plugin, array(), "myplugins/edit_images/". $marketplugin->getId())  ?>" data-dialog title="<?= _("Galerie bearbeiten / neue Bilder hinzuf�gen") ?>">
-            <?= Assets::img("icons/20/blue/add") ?>
+            <?= Icon::create("add", "clickable")->asImg("20px") ?>
         </a>
     </div>
     <? endif ?>