]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
update DE strings
[friendica.git] / mod / profile.php
index 71912458f1a976575247f95e041212e7def71c59..a4c6ea710726b8a1437300e02fae13b00ce073b4 100644 (file)
@@ -236,9 +236,8 @@ function profile_content(&$a, $update = 0) {
        $o .= conversation($a,$r,'profile',$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;