some missed templates

This commit is contained in:
Zach Prezkuta 2012-12-25 12:28:24 -07:00
commit 189c8ccf6f
11 changed files with 33 additions and 25 deletions

View file

@ -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);