1
0
Fork 0

change nav selected css class

This commit is contained in:
Fabio Comuni 2011-07-25 16:52:30 +02:00
commit e6444adafd
11 changed files with 16 additions and 11 deletions

View file

@ -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 = '';