Blame view
sources/core/templates/error.php
247 Bytes
|
31b7f2792
|
1 |
<ul class="error-wide"> |
|
03e52840d
|
2 3 4 5 6 7 8 |
<?php foreach($_["errors"] as $error):?> <li class='error'> <?php p($error['error']) ?><br/> <p class='hint'><?php if(isset($error['hint']))print_unescaped($error['hint']) ?></p> </li> <?php endforeach ?> </ul> |