You are here

function template_preprocess_lt_access_denied in LoginToboggan 8

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

Copy this to your own theme if you want to set a site-specific message.

File

./logintoboggan.module, line 439
LoginToboggan module.

Code

function template_preprocess_lt_access_denied(&$variables) {
  $variables['access_denied'] = t('You are not authorized to access this page.');
}