HEX
Server: nginx/1.27.1
System: Linux in-3 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
User: ivenus-clone (3297)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v4513/tepnot/public_html/wp-content/plugins/newsletter/main/automatednav.php
<?php
/** @var NewsletterControls $controls */
/** @var object $channel */

defined('ABSPATH') || exit;
?>
<?php $controls->title_help('/addons/extended-features/automated-extension/') ?>
<h2><?php echo esc_html($channel->data['name']) ?> (demo)</h2>
<ul class="tnp-nav">
    <li class="<?php echo $_GET['page'] === ''?'active':''?>"><a href="?page=newsletter_main_automatedindex">&laquo;</a></li>
    <li class="<?php echo $_GET['page'] === 'newsletter_main_automatededit'?'active':''?>"><a href="?page=newsletter_main_automatededit"><?php _e('Settings', 'newsletter')?></a></li>
    <li class="<?php echo $_GET['page'] === 'newsletter_main_automatedtemplate'?'active':''?>"><a href="?page=newsletter_main_automatedtemplate"><?php _e('Template', 'newsletter')?></a></li>
    <li class="<?php echo $_GET['page'] === 'newsletter_main_automatednewsletters'?'active':''?>"><a href="?page=newsletter_main_automatednewsletters"><?php _e('Newsletters', 'newsletter')?></a></li>
</ul>