<div class="<?= $this->thumbClass ?>">
	<?php if ($this->thumb && isset($this->thumb->picture)): ?>
		<?php $this->insert('picture_default', $this->thumb->picture) ?>
	<?php endif ?>
	<?php if ($this->thumbTitle): ?>
		<h3><?= $this->thumbTitle ?></h3>
	<?php endif ?>
	<?php if ($this->thumbText): ?>
		<p><?= $this->thumbText ?></p>
	<?php endif ?>
</div>
