function template_preprocess_securesite_user_pass in Secure Site 6.2
Same name and namespace in other branches
- 8 theme/securesite.theme.inc \template_preprocess_securesite_user_pass()
- 7.2 theme/securesite.theme.inc \template_preprocess_securesite_user_pass()
Process variables for securesite-user-pass.tpl.php
Parameters
$variables: An array of variables from the theme system.
File
- theme/
securesite.theme.inc, line 25 - Theme functions.
Code
function template_preprocess_securesite_user_pass(&$variables) {
$variables['title'] = variable_get('securesite_reset_form', t('Enter your user name or e-mail address.'));
$variables['form']['name']['#required'] = FALSE;
}