<?php $this->extend('block_searchable'); ?>
<?php $this->block('content'); ?>
<?= $this->embed_pre ?>
<a href="<?= $this->href ?>" class="hyperlink_txt" title="<?= $this->linkTitle ?>"<?= $this->attribute ?><?= $this->target ?>><?= $this->link ?></a>
<?= $this->embed_post ?>
<?php $this->endblock(); ?>