HOME


Mini Shell 1.0
DIR: /home/otwalrll/.trash/wp-content.1/plugins/newsletter/
Upload File :
Current File : /home/otwalrll/.trash/wp-content.1/plugins/newsletter/tnp-header.php
<?php
defined('ABSPATH') || exit;

include __DIR__ . '/header.php';

?>

<div id="tnp-notification">
    <?php
    if (isset($controls)) {
        $controls->show();
        $controls->messages = '';
        $controls->errors = '';
    }
    ?>
</div>