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

Resolve "Werkzeuge: Info-Dialoge für Plugins zeigen keine Bilder an"

Closes #2847

Merge request studip/studip!1932
parent 0184e773
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<a href="<?= $plugin->getPluginURL().$metadata['screenshots']['path'].'/'.$pictures['source'] ?>" <a href="<?= $plugin->getPluginURL().$metadata['screenshots']['path'].'/'.$pictures['source'] ?>"
data-lightbox="<?= htmlReady($metadata['displayname'] ?? $plugin->getPluginName()) ?>" data-lightbox="<?= htmlReady($metadata['displayname'] ?? $plugin->getPluginName()) ?>"
data-title="<?= htmlReady($pictures['title']) ?>"> data-title="<?= htmlReady($pictures['title']) ?>">
<img src="<?= $plugin->getPluginURL().$metadata['screenshots']['path'].'/'.$pictures['source'] ?>" alt=""> <img src="<?= $plugin->getPluginURL() . ($plugin instanceof StudIPPlugin ? '/' : '') . $metadata['screenshots']['path'] . '/' . $pictures['source'] ?>" alt="">
<?= htmlReady($pictures['title']) ?> <?= htmlReady($pictures['title']) ?>
</a> </a>
</li> </li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment