You are here

function template_preprocess_lt_login_block in LoginToboggan 8

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

File

./logintoboggan.module, line 373
LoginToboggan module.

Code

function template_preprocess_lt_login_block(&$variables) {
  $variables['content'] = $variables['elements']['content'];
}