]> git.mxchange.org Git - friendica.git/blobdiff - mod/network.php
diaspora continued...
[friendica.git] / mod / network.php
index 7bdd3f3f1022d9d72e23218e53be440646554c8a..05b74b50a4252782c7a9c410ea97cdfae4c46bea 100644 (file)
@@ -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;