
<?php echo $this->embed_pre; ?>
<a class="hyperlink_txt <?php echo $this->class; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?> href="<?php echo $this->href; ?>" title="<?php echo $this->linkTitle; ?>"<?php echo $this->attribute; ?><?php echo $this->target; ?>>
  <?php echo $this->link; ?>
</a>
<?php echo $this->embed_post; ?>