]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge pull request #562 from fermionic/20121225-smarty-includes-like-friendicas
[friendica.git] / boot.php
index 640fef5413b71f7a488a5109ef18f7f5c1cf00e7..af3cc2494f6716c519cf14fe31866b95a53d5ab6 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -989,6 +989,12 @@ if(! function_exists('login')) {
                        '$lostpass'     => t('Forgot your password?'),
                        '$lostlink'     => t('Password Reset'),
 
+                       '$tostitle'     => t('Website Terms of Service'),
+                       '$toslink'      => t('terms of service'),
+
+                       '$privacytitle' => t('Website Privacy Policy'),
+                       '$privacylink'  => t('privacy policy'),
+
                ));
 
                call_hooks('login_hook',$o);