Add Global Bulk Mail back to the Admin nav side bar, seemed to have gotten lost when we updated the menu

This commit is contained in:
johnnyq 2024-06-25 09:37:49 -04:00
parent 897dcb179a
commit fbd220c5e3
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@
<p>API Keys</p>
</a>
</li>
<li class="nav-item">
<a href="admin_bulk_mail.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "admin_bulk_mail.php") {echo "active";} ?>">
<i class="nav-icon fas fa-paper-plane"></i>
<p>Bulk Mail</p>
</a>
</li>
<!-- TAGS & CATEGORIES Section -->
<li class="nav-item has-treeview mt-2 <?php echo (in_array(basename($_SERVER['PHP_SELF']), ['admin_tags.php', 'admin_categories.php', 'admin_taxes.php', 'admin_account_types.php', 'admin_ticket_statuses.php']) ? 'menu-open' : ''); ?>">