@@ -0,0 +1,9 @@
|
||||
<div class="error">
|
||||
<?php foreach ( $msgs as $msg) : ?>
|
||||
<p>
|
||||
<strong>
|
||||
<?php echo $msg; ?>
|
||||
</strong>
|
||||
</p>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user