]> git.mxchange.org Git - friendica.git/blobdiff - mod/community.php
Merge branch 'newui' of github.com:fabrixxm/friendika into newui
[friendica.git] / mod / community.php
index f8bd88d869fcbeb10c665d6b80e73be79891c0ab..cb255029f0d47e84d64ae9e825c731cdf1982362 100644 (file)
@@ -25,7 +25,7 @@ function community_content(&$a, $update = 0) {
 
        $o .= '<h3>' . t('Community') . '</h3>';
        if(! $update) {
-               $o .= set_nav_selected('nav-community-link');
+               nav_set_selected('community');
                $o .= '<div id="live-community"></div>' . "\r\n";
                $o .= "<script> var profile_uid = -1; var netargs = '/?f='; var profile_page = " . $a->pager['page'] . "; </script>\r\n";
        }