all-in-one-event-calendar/public/admin/save_error.php

9 lines
175 B
PHP
Raw Permalink Normal View History

2017-03-16 16:59:53 +01:00
<div class="error">
2017-11-09 17:36:04 +01:00
<?php foreach ( $msgs as $msg) : ?>
<p>
<strong>
<?php echo $msg; ?>
</strong>
</p>
<?php endforeach; ?>
2017-03-16 16:59:53 +01:00
</div>