]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
on follow, land on new contact edit page
[friendica.git] / mod / display.php
index 159ff57edfb8cef90d21b8c717860c86fe9458b3..52a84e755e1dd0802b5d8e578c6447c0185fe921 100644 (file)
@@ -114,7 +114,7 @@ function display_content(&$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;
 }