]> git.mxchange.org Git - friendica.git/blobdiff - mod/register.php
Merge branch 'newui' of github.com:fabrixxm/friendika into newui
[friendica.git] / mod / register.php
index fbd21a567f7e513f805810cdf9e4e56e6e7edb56..5fceebd4bd87c006e2e5afeb60f7cfdb5c3d1379 100644 (file)
@@ -501,7 +501,7 @@ function register_content(&$a) {
        }
 
 
-       $license = t('Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.');
+       $license = cc_license();
 
 
        $o = get_markup_template("register.tpl");