<?php defined('_VALID') or die('Restricted Access!'); ?>
<?php if (isset($this->errors) && $this->errors): ?>
<div class="alert alert-danger">
<?php foreach ($this->errors as $error): echo '<strong>',$error,'</strong>',"<br>"; endforeach; ?>
</div>
<?php endif; ?>