Skip to content

Commit a414f27

Browse files
author
wrongecho
committed
Fix admin nav modules
1 parent 13d9d01 commit a414f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_side_nav.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
</a>
268268
</li>
269269
<li class="nav-item">
270-
<a href="admin_settings_module.php" class="nav-link <?php echo (basename($_SERVER['PHP_SELF']) == 'admin_settings_modules.php' ? 'active' : ''); ?>">
270+
<a href="admin_settings_module.php" class="nav-link <?php echo (basename($_SERVER['PHP_SELF']) == 'admin_settings_module.php' ? 'active' : ''); ?>">
271271
<i class="nav-icon fas fa-cube"></i>
272272
<p>Modules</p>
273273
</a>

0 commit comments

Comments
 (0)