Created
August 3, 2010 06:03
-
-
Save justinhernandez/505920 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if (@$errors): ?> | |
<ul class="errors"> | |
<?php foreach ($errors as $field => $error): ?> | |
<li><?php echo $error; ?></li> | |
<?php endforeach; ?> | |
</ul> | |
<?php endif; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment