change nav selected css class
This commit is contained in:
parent
dfba0f13c8
commit
e6444adafd
11 changed files with 16 additions and 11 deletions
|
@ -41,7 +41,7 @@ function nav(&$a) {
|
|||
$nav['logout'] = Array('logout',t('Logout'), "", t('End this session'));
|
||||
}
|
||||
else {
|
||||
$nav['login'] = Array('login',t('Login'), ($a->module == 'login'?'nav-selected':''), t('Sign in'));
|
||||
$nav['login'] = Array('login',t('Login'), ($a->module == 'login'?'selected':''), t('Sign in'));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue