6 lines
229 B
PHTML
6 lines
229 B
PHTML
|
<a<?= $dashlet->renderClassAttribute()?> href="<?= $this->url($dashlet->getUrl()) ?>">
|
||
|
<?= $this->escape($dashlet->getTitle()) ?>
|
||
|
<?= $this->icon($this->dashlet->getIconName()) ?>
|
||
|
<p><?= $dashlet->getEscapedSummary() ?></p>
|
||
|
</a>
|