]> git.mxchange.org Git - friendica.git/blobdiff - mod/network.php
ping returns notices and infos also to unlogged users
[friendica.git] / mod / network.php
index 927f7b24e6b0e2703785ebff9c03bd015afa0688..9488cd973a144ee317c253024b2037766a7adc9f 100644 (file)
@@ -196,7 +196,7 @@ function network_content(&$a, $update = 0) {
                        }
                }
 
-               $o .= '<script> $(document).ready(function() { $(\'#nav-network-link\').addClass(\'nav-selected\'); });</script>';
+               nav_set_selected('network');
 
                $_SESSION['return_url'] = $a->cmd;
 
@@ -408,7 +408,6 @@ function network_content(&$a, $update = 0) {
 
        if(! $update) {
                $o .= paginate($a);
-               $o .= cc_license();
        }
 
        return $o;