Skip to content
Snippets Groups Projects
Commit d2f5274e authored by André Noack's avatar André Noack
Browse files

fixes #50

parent d7f53b2e
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,14 @@ if ($icon) {
<h1><?= htmlReady($marketplugin['name']) ?></h1>
<div>
<?= formatReady($marketplugin['description']) ?>
<?= htmlReady($marketplugin['short_description']) ?>
</div>
<?if ($marketplugin['description'] || $marketplugin['long_description']) : ?>
<div>
<br>
<?= formatReady($marketplugin['description'] ?: $marketplugin['long_description']) ?>
</div>
<? endif ?>
<? if (count($marketplugin->images) > 0 || $marketplugin->isWritable()) : ?>
<h2><?= _("Galerie") ?></h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment