]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
Installed apps as array instead of string
[friendica.git] / mod / profiles.php
index b269fa30c716f9fd68abf30f629aa4fb8fdf588a..5cc9fa38c4728e31c0473d339701dc9d68e1efb7 100644 (file)
@@ -220,7 +220,7 @@ function profiles_post(&$a) {
 function profiles_content(&$a) {
 
        $o = '';
-       $o .= '<script> $(document).ready(function() { $(\'#nav-profiles-link\').addClass(\'nav-selected\'); });</script>';
+       nav_set_selected('profiles');
 
        if(! local_user()) {
                notice( t('Permission denied.') . EOL);