diff options
Diffstat (limited to 'mod/contacts.php')
-rw-r--r-- | mod/contacts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/contacts.php b/mod/contacts.php index 6dda546d3..ea429d39f 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -117,7 +117,7 @@ function contacts_content(&$a) { $sort_type = 0; $o = ''; - $o .= '<script> $(document).ready(function() { $(\'#nav-contacts-link\').addClass(\'nav-selected\'); });</script>'; + nav_set_selected('contacts'); $_SESSION['return_url'] = $a->get_baseurl() . '/' . $a->cmd; |