]> git.mxchange.org Git - friendica.git/blobdiff - mod/network.php
don't add notification details on new posts
[friendica.git] / mod / network.php
index 8d377fa0e279c96d52cf0c441d22f20f04896caf..cf4c994f0dd0a5324282ef1470730aaef98ada1a 100644 (file)
@@ -98,7 +98,7 @@ function network_content(&$a, $update = 0) {
                        }
                }
 
-               $o .= set_nav_selected('nav-network-link');
+               nav_set_selected('network');
 
                $_SESSION['return_url'] = $a->cmd;
 
@@ -297,9 +297,8 @@ function network_content(&$a, $update = 0) {
        $o .= conversation($a,$r,$mode,$update);
 
        if(! $update) {
-
                $o .= paginate($a);
-               $o .= '<div class="cc-license">' . t('Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.') . '</div>';
+               $o .= cc_license();
        }
 
        return $o;