We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d9d01 commit a414f27Copy full SHA for a414f27
admin_side_nav.php
@@ -267,7 +267,7 @@
267
</a>
268
</li>
269
<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' : ''); ?>">
+ <a href="admin_settings_module.php" class="nav-link <?php echo (basename($_SERVER['PHP_SELF']) == 'admin_settings_module.php' ? 'active' : ''); ?>">
271
<i class="nav-icon fas fa-cube"></i>
272
<p>Modules</p>
273
0 commit comments