Your IP : 3.145.92.213


Current Path : /home/ncdcgo/public_html/wp-content/plugins backup/newsletter-blocks/
Upload File :
Current File : /home/ncdcgo/public_html/wp-content/plugins backup/newsletter-blocks/index.php

<?php $module = NewsletterBlocks::$instance; ?>

<div class="wrap" id="tnp-wrap">
    <?php @include NEWSLETTER_DIR . '/tnp-header.php' ?>
    <div id="tnp-heading">

        <h2>Newsletter Blocks</h2>

    </div>
    <div id="tnp-body">

        <?php
        $blocks = $module->scan(__DIR__ . '/blocks');
        ?>
    </div>
    <?php @include NEWSLETTER_DIR . '/tnp-footer.php' ?>
</div>