1
0
Fork 0
This commit is contained in:
Friendika 2011-08-16 20:05:02 -07:00
commit b28b468b21
11 changed files with 38 additions and 23 deletions

View 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");