<?php defined('_VALID') or die('Restricted Access!'); ?>
<?php if ($this->errors): ?>
<div class="toolTip tpRed" >
<p class="clearfix">
<?php foreach ($this->errors as $error): ?>
<span><img src="<?php echo TPL_REL; ?>/images/icons/light-bulb-off.png" alt="Tip!" /><?php echo e($error); ?></span>
<?php endforeach; ?>
</p>
<a class="close" title="Close"></a>
</div>
<?php endif; ?>