You are here

function template_preprocess_lt_password_title in LoginToboggan 8

Implements hook_preprocess_() for theme function defined at hook_theme above.

Theme the password title of the user login form and the user login block.

File

./logintoboggan.module, line 402
LoginToboggan module.

Code

function template_preprocess_lt_password_title(&$variables) {

  // Label text for the password field.
  $variables['label'] = 'Password';
}