You are here

function theme_lt_access_denied in LoginToboggan 7

Same name and namespace in other branches
  1. 5 logintoboggan.module \theme_lt_access_denied()
  2. 6 logintoboggan.module \theme_lt_access_denied()

Theme the Access Denied message.

File

./logintoboggan.module, line 1288
LoginToboggan module

Code

function theme_lt_access_denied($variables) {
  return t('You are not authorized to access this page.');
}