You are here

function template_preprocess_lt_unified_login_button in LoginToboggan 8

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

File

./logintoboggan.module, line 469
LoginToboggan module.

Code

function template_preprocess_lt_unified_login_button(&$variables) {
  $variables['buttons_title'] = t('Login or register as a new user');
}