error.php 107 Bytes
Newer Older
Nahla Shiri's avatar
Nahla Shiri committed
1 2 3
<?php foreach ($errors as $msg): ?>
	<div class="error"><p><?php echo $msg ?></p></div>
<?php endforeach ?>