From ded2812799a63ba159072281d04cb08e1128b4af Mon Sep 17 00:00:00 2001 From: Friendika Date: Fri, 24 Dec 2010 20:23:49 -0800 Subject: show creative commons coverage on registration page --- mod/register.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod/register.php') diff --git a/mod/register.php b/mod/register.php index d9dae49a2..bd169fbbb 100644 --- a/mod/register.php +++ b/mod/register.php @@ -357,6 +357,9 @@ function register_content(&$a) { $oidlabel = t("Your OpenID \x28optional\x29: "); } + $license = t('Shared content is covered by the Creative Commons Attribution 3.0 license.'); + + $o = load_view_file("view/register.tpl"); $o = replace_macros($o, array( '$oidhtml' => $oidhtml, @@ -377,6 +380,7 @@ function register_content(&$a) { '$username' => $username, '$email' => $email, '$nickname' => $nickname, + '$license' => $license, '$sitename' => $a->get_hostname() )); return $o; -- cgit v1.2.3