some missed templates
This commit is contained in:
parent
e736abd372
commit
189c8ccf6f
11 changed files with 33 additions and 25 deletions
6
boot.php
6
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue