| Current Path : /home/c/a/p/capemnetty/www/wp-content/plugins/wp-maintenance-mode/views/ |
| Current File : /home/c/a/p/capemnetty/www/wp-content/plugins/wp-maintenance-mode/views/notice.php |
<?php foreach ($notices as $notice) { ?>
<div id="message" class="<?php echo $notice['class']; ?> fade">
<p><?php echo $notice['msg']; ?></p>
</div>
<?php } ?>