|
|
@@ -2,6 +2,11 @@
|
|
|
<?php if (!empty($errMsg)) : ?>
|
|
|
<div class="alert alert-danger"><?php echo $errMsg; ?></div>
|
|
|
<?php endif; ?>
|
|
|
+ <?php if (!empty($errors)) : ?>
|
|
|
+ <?php foreach ($errors as $errMsg) : ?>
|
|
|
+ <div class="alert alert-danger"><?php echo $errMsg; ?></div>
|
|
|
+ <?php endforeach; ?>
|
|
|
+ <?php endif; ?>
|
|
|
|
|
|
<?php if ('Anonymous' == User::getType()) : ?>
|
|
|
|