Skip to content
Snippets Groups Projects
Commit d55dcaa8 authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

re #70

parent bc8922ba
No related branches found
No related tags found
No related merge requests found
......@@ -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 hinzufgen") ?>">
<?= Assets::img("icons/20/blue/add") ?>
<?= Icon::create("add", "clickable")->asImg("20px") ?>
</a>
</div>
<? endif ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment