You are here

function template_preprocess_securesite_user_login_form in Secure Site 7.2

Process variables for securesite-user-login.tpl.php

Parameters

$variables: An array of variables from the theme system.

File

theme/securesite.theme.inc, line 14
Theme functions.

Code

function template_preprocess_securesite_user_login_form(&$variables) {
  $variables['title'] = variable_get('securesite_login_form', t('Enter your user name and password.'));
  $variables['messages'] = theme('status_messages');
}