if ($metadata['icon']) {
$icon = $metadata['icon'] instanceof Icon
? $metadata['icon']->asImagePath()
: Icon::create($plugin->getPluginURL().'/'.$metadata['icon'])->asImagePath();
} else {
$icon = null;
}
if ($icon && !is_a($icon, 'Icon')) {
$icon = Icon::create($icon);
}
?>
if ($icon) : ?>
= $icon->asImg(100) ?>
endif ?>
-
foreach ($keywords as $keyword) : ?>
- = htmlReady($keyword) ?> endforeach ?>
= formatReady($plugin->getPluginDescription()) ?>