Current File : /home/resuelf/www/wp-content/plugins/starbox/themes/admin/Notices.php
<?php defined('ABSPATH') || die('Cheatin\' uh?'); ?>
<?php
if ($type == 'errors_count') {
    /* for the Menu counter */
    ?>
    <span class='awaiting-mod count-<?php echo $message; ?>'>
        <span class='sq_count pending-count'><?php echo $message; ?></span>
    </span>
<?php } else { ?>
    <div id="<?php echo $id ?>" class="<?php echo $type; ?> sq_message">

        <p>
            <strong><?php echo $message; ?></strong>
        </p>

    </div>
<?php } ?>