]> git.mxchange.org Git - friendica.git/blobdiff - mod/register.php
Added /tos module
[friendica.git] / mod / register.php
index 512364dcfd10dc488df8bae62ef5fdc687965306..9de7a0ca3800a7c4d7cdc8d78882cbcc2ca49514 100644 (file)
@@ -284,6 +284,9 @@ function register_content(App $a)
                '$sitename'  => $a->get_hostname(),
                '$importh'   => L10n::t('Import'),
                '$importt'   => L10n::t('Import your profile to this friendica instance'),
+               '$showtoslink' => Config::get('system', 'tosdisplay'),
+               '$tostext'   => L10n::t('Terms of Service'),
+               '$baseurl'   => System::baseurl(),
                '$form_security_token' => get_form_security_token("register")
        ]);
        return $o;