06-08-2013, 02:54 AM
Hello there,
I'm using this code to control active tab
I'm using this code to control active tab
PHP Code:
|
It's working, but there is a problem, that it will duplicate class "nav-active" if I use this code in the main file like this
PHP Code:
|
The class nav-active will be duplicated when I go to usercp.php?action=usergroups (the condition is always true) !
How to avoid this ?