<?php $this->extend('block_searchable'); ?>
<?php $this->block('content'); ?>
<img src="<?= $this->icon ?>" width="18" height="18" alt="" class="mime_icon" />
<a href="<?= $this->href ?>" title="<?= $this->title ?>"><?= $this->link ?> <span class="size">(<?= $this->filesize ?>)</span></a>
<?php $this->endblock(); ?>