Skip to content

Commit

Permalink
Fix admin nav modules
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongecho committed Sep 29, 2024
1 parent 13d9d01 commit a414f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_side_nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
</a>
</li>
<li class="nav-item">
<a href="admin_settings_module.php" class="nav-link <?php echo (basename($_SERVER['PHP_SELF']) == 'admin_settings_modules.php' ? 'active' : ''); ?>">
<a href="admin_settings_module.php" class="nav-link <?php echo (basename($_SERVER['PHP_SELF']) == 'admin_settings_module.php' ? 'active' : ''); ?>">
<i class="nav-icon fas fa-cube"></i>
<p>Modules</p>
</a>
Expand Down

0 comments on commit a414f27

Please sign in to comment.