<figure class="image_container">
<?php if ($this->hasLink): ?>
<a title="<?php echo $this->title; ?>" href="<?php echo $this->link; ?>"<?php echo $this->attributes; ?>>
<?php endif; ?>
<?php $this->insert('picture_default', $this->picture); ?>
<?php if ($this->hasLink): ?>
</a>
<?php endif; ?>
</figure>
<?php echo $this->javascript; ?>