change nav selected css class
This commit is contained in:
parent
dfba0f13c8
commit
e6444adafd
11 changed files with 16 additions and 11 deletions
|
|
@ -64,7 +64,7 @@ function notifications_content(&$a) {
|
|||
}
|
||||
|
||||
$o = '';
|
||||
$o .= '<script> $(document).ready(function() { $(\'#nav-notify-link\').addClass(\'nav-selected\'); });</script>';
|
||||
$o .= set_nav_selected("nav-notifications-link");
|
||||
|
||||
if(($a->argc > 1) && ($a->argv[1] == 'all'))
|
||||
$sql_extra = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue